| /external/clang/include/clang/Analysis/ |
| D | CallGraph.h | 27 class CallGraphNode; variable 35 friend class CallGraphNode; variable 145 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
|
| /external/llvm-project/mlir/include/mlir/Analysis/ |
| D | CallGraph.h | 81 explicit Edge(llvm::PointerIntPair<CallGraphNode *, 2, Kind> targetAndKind) in Edge() 88 friend class CallGraphNode; variable 131 CallGraphNode(Region *callableRegion) : callableRegion(callableRegion) {} in CallGraphNode() function
|
| /external/llvm-project/clang/include/clang/Analysis/ |
| D | CallGraph.h | 32 class CallGraphNode; variable 43 friend class CallGraphNode; variable 171 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
|
| /external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
| D | NoRecursionCheck.h | 16 class CallGraphNode; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | CallGraph.h | 64 class CallGraphNode; variable 174 inline CallGraphNode(Function *F) : F(F) {} in CallGraphNode() function
|
| D | CallGraphSCCPass.h | 30 class CallGraphNode; variable
|
| /external/llvm/include/llvm/Analysis/ |
| D | CallGraph.h | 69 class CallGraphNode; variable 181 inline CallGraphNode(Function *F) : F(F), NumReferences(0) {} in CallGraphNode() function
|
| D | CallGraphSCCPass.h | 30 class CallGraphNode; variable
|
| /external/llvm-project/llvm/include/llvm/Analysis/ |
| D | CallGraph.h | 64 class CallGraphNode; variable 192 inline CallGraphNode(CallGraph *CG, Function *F) : CG(CG), F(F) {} in CallGraphNode() function
|
| D | CallGraphSCCPass.h | 30 class CallGraphNode; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | SyntheticCountsPropagation.cpp | 131 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run()
|
| /external/llvm-project/llvm/lib/Transforms/IPO/ |
| D | SyntheticCountsPropagation.cpp | 129 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run()
|
| /external/llvm-project/mlir/lib/Transforms/ |
| D | Inliner.cpp | 39 function_ref<void(CallGraphNode *, Operation *)> callback) { in walkReferencedSymbolNodes() 146 [](CallGraphNode *, Operation *) {}); in CGUseList() argument
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | call_graph.cc | 86 CallGraphNode::CallGraphNode(HloComputation* computation) in CallGraphNode() function in xla::CallGraphNode
|
| D | call_graph_test.cc | 560 [](const CallGraphNode&) { return InternalError("Visitation failed"); }); in TEST_F()
|