/aosp_15_r20/external/clang/include/clang/Analysis/ |
H A D | CallGraph.h | 27 class CallGraphNode; variable 35 friend class CallGraphNode; variable 145 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/ |
D | CallGraph.h | 32 class CallGraphNode; variable 43 friend class CallGraphNode; variable 171 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/ |
D | CallGraph.h | 32 class CallGraphNode; variable 43 friend class CallGraphNode; variable 171 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/ |
D | CallGraph.h | 32 class CallGraphNode; variable 43 friend class CallGraphNode; variable 171 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/ |
D | CallGraph.h | 32 class CallGraphNode; variable 43 friend class CallGraphNode; variable 171 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | CallGraph.h | 64 class CallGraphNode; variable 174 inline CallGraphNode(Function *F) : F(F) {} in CallGraphNode() function
|
H A D | CallGraphSCCPass.h | 30 class CallGraphNode; variable
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | CallGraph.h | 69 class CallGraphNode; variable 181 inline CallGraphNode(Function *F) : F(F), NumReferences(0) {} in CallGraphNode() function
|
H A D | CallGraphSCCPass.h | 30 class CallGraphNode; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | CallGraph.h | 62 class CallGraphNode; variable 184 inline CallGraphNode(CallGraph *CG, Function *F) : CG(CG), F(F) {} in CallGraphNode() function
|
D | CallGraphSCCPass.h | 30 class CallGraphNode; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | CallGraph.h | 62 class CallGraphNode; variable 184 inline CallGraphNode(CallGraph *CG, Function *F) : CG(CG), F(F) {} in CallGraphNode() function
|
D | CallGraphSCCPass.h | 30 class CallGraphNode; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | CallGraph.h | 62 class CallGraphNode; variable 184 inline CallGraphNode(CallGraph *CG, Function *F) : CG(CG), F(F) {} in CallGraphNode() function
|
D | CallGraphSCCPass.h | 30 class CallGraphNode; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | CallGraph.h | 62 class CallGraphNode; variable 184 inline CallGraphNode(CallGraph *CG, Function *F) : CG(CG), F(F) {} in CallGraphNode() function
|
D | CallGraphSCCPass.h | 30 class CallGraphNode; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | CallGraph.h | 62 class CallGraphNode; variable 184 inline CallGraphNode(CallGraph *CG, Function *F) : CG(CG), F(F) {} in CallGraphNode() function
|
H A D | CallGraphSCCPass.h | 30 class CallGraphNode; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/misc/ |
D | NoRecursionCheck.h | 16 class CallGraphNode; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/misc/ |
D | NoRecursionCheck.h | 16 class CallGraphNode; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/misc/ |
D | NoRecursionCheck.h | 16 class CallGraphNode; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/misc/ |
D | NoRecursionCheck.h | 16 class CallGraphNode; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | SyntheticCountsPropagation.cpp | 124 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | SyntheticCountsPropagation.cpp | 131 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run()
|