Home
last modified time | relevance | path

Searched defs:CallGraphNode (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/clang/include/clang/Analysis/
H A DCallGraph.h27 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/
DCallGraph.h32 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/
DCallGraph.h32 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/
DCallGraph.h32 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/
DCallGraph.h32 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 DCallGraph.h64 class CallGraphNode; variable
174 inline CallGraphNode(Function *F) : F(F) {} in CallGraphNode() function
H A DCallGraphSCCPass.h30 class CallGraphNode; variable
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DCallGraph.h69 class CallGraphNode; variable
181 inline CallGraphNode(Function *F) : F(F), NumReferences(0) {} in CallGraphNode() function
H A DCallGraphSCCPass.h30 class CallGraphNode; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DCallGraph.h62 class CallGraphNode; variable
184 inline CallGraphNode(CallGraph *CG, Function *F) : CG(CG), F(F) {} in CallGraphNode() function
DCallGraphSCCPass.h30 class CallGraphNode; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DCallGraph.h62 class CallGraphNode; variable
184 inline CallGraphNode(CallGraph *CG, Function *F) : CG(CG), F(F) {} in CallGraphNode() function
DCallGraphSCCPass.h30 class CallGraphNode; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DCallGraph.h62 class CallGraphNode; variable
184 inline CallGraphNode(CallGraph *CG, Function *F) : CG(CG), F(F) {} in CallGraphNode() function
DCallGraphSCCPass.h30 class CallGraphNode; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DCallGraph.h62 class CallGraphNode; variable
184 inline CallGraphNode(CallGraph *CG, Function *F) : CG(CG), F(F) {} in CallGraphNode() function
DCallGraphSCCPass.h30 class CallGraphNode; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DCallGraph.h62 class CallGraphNode; variable
184 inline CallGraphNode(CallGraph *CG, Function *F) : CG(CG), F(F) {} in CallGraphNode() function
H A DCallGraphSCCPass.h30 class CallGraphNode; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/misc/
DNoRecursionCheck.h16 class CallGraphNode; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/misc/
DNoRecursionCheck.h16 class CallGraphNode; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/misc/
DNoRecursionCheck.h16 class CallGraphNode; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/misc/
DNoRecursionCheck.h16 class CallGraphNode; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp124 &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 DSyntheticCountsPropagation.cpp131 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run()

12