/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | PostOrderCFGView.h | 92 static NodeRef getEntryNode(const ::clang::CFG *F) { in getEntryNode() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | ProfiledCallGraph.h | 138 ProfiledCallGraphNode *getEntryNode() { return &Root; } getEntryNode() function
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleInfo.h | 327 static NodeRef getEntryNode(NodeRef Graph) { return Graph; } in getEntryNode() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineDominators.h | 333 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 95 static NodeRef getEntryNode(const MachineBlockFrequencyInfo *G) { in getEntryNode() function
|
/freebsd/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 | 2352 static NodeRef getEntryNode(const PGOUseFunc *G) { in getEntryNode() function
|
/freebsd/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 | 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
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 519 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode() function in __anon416db8590311::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 | 4140 static NodeRef getEntryNode(AADepGraphNode *DGN) { return DGN; } in getEntryNode() function 4154 static NodeRef getEntryNode(AADepGraph *DG) { return DG->GetEntryNode(); } in getEntryNode() function
|
H A D | MemProfContextDisambiguation.cpp | 2345 static NodeRef getEntryNode(GraphType G) { in getEntryNode() function
|
/freebsd/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/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 1749 DisplayNode *getEntryNode() const { in getEntryNode() function in __anon94a753662a11::DotCfgDiffDisplayGraph 2122 static NodeRef getEntryNode(const DotCfgDiffDisplayGraph *G) { in getEntryNode() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 442 static NodeRef getEntryNode(RematGraph *G) { return G->EntryNode; } in getEntryNode() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4048 static NodeRef getEntryNode(BoUpSLP &R) { in getEntryNode() function
|