/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | ProfiledCallGraph.h | 135 ProfiledCallGraphNode *getEntryNode() { return &Root; } in getEntryNode() function
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineDominators.h | 264 static NodeRef getEntryNode(NodeRef N) { return N; } getEntryNode() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 95 static NodeRef getEntryNode(const MachineBlockFrequencyInfo *G) { in getEntryNode() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleInfo.h | 323 static NodeRef getEntryNode(NodeRef Graph) { return Graph; } getEntryNode() function
|
/freebsd-src/contrib/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 | 118 static NodeRef getEntryNode(CallGraphDOTInfo *CGInfo) { getEntryNode() function
|
H A D | BlockFrequencyInfoImpl.cpp | 693 static NodeRef getEntryNode(const GraphT &G) { return G.StartIrr; } getEntryNode() function
|
H A D | MemorySSA.cpp | 2234 static NodeRef getEntryNode(DOTFuncMSSAInfo *CFGInfo) { getEntryNode() function
|
/freebsd-src/contrib/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 | 2248 static NodeRef getEntryNode(const PGOUseFunc *G) { getEntryNode() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 519 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode() function in __anonb472052b0311::ArgumentGraph 591 static NodeRef getEntryNode(NodeRef A) { return A; } in getEntryNode() function 598 static NodeRef getEntryNode(ArgumentGraph *AG) { return AG->getEntryNode(); } in getEntryNode() function
|
H A D | Attributor.cpp | 4135 static NodeRef getEntryNode(AADepGraphNode *DGN) { return DGN; } getEntryNode() function 4149 static NodeRef getEntryNode(AADepGraph *DG) { return DG->GetEntryNode(); } getEntryNode() function
|
H A D | MemProfContextDisambiguation.cpp | 2221 static NodeRef getEntryNode(GraphType G) { getEntryNode() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 123 static NodeRef getEntryNode(Region *R) { in getEntryNode() function 127 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 1656 DisplayNode *getEntryNode() const { getEntryNode() function in __anon834b46f82a11::DotCfgDiffDisplayGraph 2030 static NodeRef getEntryNode(const DotCfgDiffDisplayGraph *G) { getEntryNode() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 439 static NodeRef getEntryNode(RematGraph *G) { return G->EntryNode; } getEntryNode() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 3617 static NodeRef getEntryNode(BoUpSLP &R) { getEntryNode() function
|