/llvm-project/llvm/unittests/ADT/ |
H A D | DirectedGraphTest.cpp | 68 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function 85 static NodeRef getEntryNode(DGTestGraph *DG) { return *DG->begin(); } in getEntryNode() function
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | PostOrderCFGView.h | 92 static NodeRef getEntryNode(const ::clang::CFG *F) { in getEntryNode() function
|
/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | ProfiledCallGraph.h | 135 ProfiledCallGraphNode *getEntryNode() { return &Root; } in getEntryNode() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopIterator.h | 74 static NodeRef getEntryNode(const Loop &G) { return {&G, G.getHeader()}; } in getEntryNode() function
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 95 static NodeRef getEntryNode(const MachineBlockFrequencyInfo *G) { in getEntryNode() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleInfo.h | 327 static NodeRef getEntryNode(NodeRef Graph) { return Graph; } getEntryNode() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineDominators.h | 333 static NodeRef getEntryNode(NodeRef N) { return N; } getEntryNode() function
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | BlockCoverageInference.cpp | 277 static NodeRef getEntryNode(DotFuncBCIInfo *Info) { in getEntryNode() function
|
H A D | PGOInstrumentation.cpp | 2327 static NodeRef getEntryNode(const PGOUseFunc *G) { getEntryNode() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfo.cpp | 104 static NodeRef getEntryNode(const BlockFrequencyInfo *G) { in getEntryNode() function
|
H A D | CallPrinter.cpp | 119 static NodeRef getEntryNode(CallGraphDOTInfo *CGInfo) { in getEntryNode() function
|
H A D | BlockFrequencyInfoImpl.cpp | 678 static NodeRef getEntryNode(const GraphT &G) { return G.StartIrr; } in getEntryNode() function
|
H A D | MemorySSA.cpp | 2297 static NodeRef getEntryNode(DOTFuncMSSAInfo *CFGInfo) { in getEntryNode() function
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 519 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } getEntryNode() function in __anona8121b0c0311::ArgumentGraph 591 static NodeRef getEntryNode(NodeRef A) { return A; } getEntryNode() function 598 static NodeRef getEntryNode(ArgumentGraph *AG) { return AG->getEntryNode(); } getEntryNode() function
|
H A D | Attributor.cpp | 4144 static NodeRef getEntryNode(AADepGraphNode *DGN) { return DGN; } getEntryNode() function 4158 static NodeRef getEntryNode(AADepGraph *DG) { return DG->GetEntryNode(); } getEntryNode() function
|
H A D | MemProfContextDisambiguation.cpp | 2294 static NodeRef getEntryNode(GraphType G) { getEntryNode() function
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 123 static NodeRef getEntryNode(Region *R) { getEntryNode() function 127 static NodeRef getEntryNode(NodeRef N) { return N; } getEntryNode() function
|
/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 1740 DisplayNode *getEntryNode() const { getEntryNode() function in __anon5eea9d392a11::DotCfgDiffDisplayGraph 2113 static NodeRef getEntryNode(const DotCfgDiffDisplayGraph *G) { getEntryNode() function
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 442 static NodeRef getEntryNode(RematGraph *G) { return G->EntryNode; } getEntryNode() function
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4024 static NodeRef getEntryNode(BoUpSLP &R) { getEntryNode() function
|