Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCallGraph.h27 class CallGraphNode; variable
35 friend class CallGraphNode; variable
145 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
/external/llvm-project/mlir/include/mlir/Analysis/
DCallGraph.h81 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/
DCallGraph.h32 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/
DNoRecursionCheck.h16 class CallGraphNode; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraph.h64 class CallGraphNode; variable
174 inline CallGraphNode(Function *F) : F(F) {} in CallGraphNode() function
DCallGraphSCCPass.h30 class CallGraphNode; variable
/external/llvm/include/llvm/Analysis/
DCallGraph.h69 class CallGraphNode; variable
181 inline CallGraphNode(Function *F) : F(F), NumReferences(0) {} in CallGraphNode() function
DCallGraphSCCPass.h30 class CallGraphNode; variable
/external/llvm-project/llvm/include/llvm/Analysis/
DCallGraph.h64 class CallGraphNode; variable
192 inline CallGraphNode(CallGraph *CG, Function *F) : CG(CG), F(F) {} in CallGraphNode() function
DCallGraphSCCPass.h30 class CallGraphNode; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp131 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run()
/external/llvm-project/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp129 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run()
/external/llvm-project/mlir/lib/Transforms/
DInliner.cpp39 function_ref<void(CallGraphNode *, Operation *)> callback) { in walkReferencedSymbolNodes()
146 [](CallGraphNode *, Operation *) {}); in CGUseList() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc86 CallGraphNode::CallGraphNode(HloComputation* computation) in CallGraphNode() function in xla::CallGraphNode
Dcall_graph_test.cc560 [](const CallGraphNode&) { return InternalError("Visitation failed"); }); in TEST_F()