/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | ProfiledCallGraph.h | 128 ProfiledCallGraphNode *getEntryNode() { return &Root; } in getEntryNode() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | LoopIterator.h | 74 static NodeRef getEntryNode(const Loop &G) { return {&G, G.getHeader()}; } in getEntryNode() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineDominators.h | 264 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 95 static NodeRef getEntryNode(const MachineBlockFrequencyInfo *G) { in getEntryNode() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | GenericCycleInfo.h | 318 static NodeRef getEntryNode(NodeRef Graph) { return Graph; } in getEntryNode() function
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfo.cpp | 105 static NodeRef getEntryNode(const BlockFrequencyInfo *G) { in getEntryNode() function
|
H A D | CallPrinter.cpp | 118 static NodeRef getEntryNode(CallGraphDOTInfo *CGInfo) { in getEntryNode() function
|
H A D | BlockFrequencyInfoImpl.cpp | 701 static NodeRef getEntryNode(const GraphT &G) { return G.StartIrr; } in getEntryNode() function
|
H A D | MemorySSA.cpp | 2251 static NodeRef getEntryNode(DOTFuncMSSAInfo *CFGInfo) { in getEntryNode() function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 487 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode() function in __anon458ad1f00411::ArgumentGraph 559 static NodeRef getEntryNode(NodeRef A) { return A; } in getEntryNode() function 566 static NodeRef getEntryNode(ArgumentGraph *AG) { return AG->getEntryNode(); } in getEntryNode() function
|
H A D | Attributor.cpp | 3699 static NodeRef getEntryNode(AADepGraphNode *DGN) { return DGN; } in getEntryNode() function 3713 static NodeRef getEntryNode(AADepGraph *DG) { return DG->GetEntryNode(); } in getEntryNode() function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 122 static NodeRef getEntryNode(Region *R) { in getEntryNode() function 126 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function
|
/openbsd-src/gnu/llvm/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 1402 DisplayNode *getEntryNode() const { in getEntryNode() function in __anon0dac999d2511::DotCfgDiffDisplayGraph 1776 static NodeRef getEntryNode(const DotCfgDiffDisplayGraph *G) { in getEntryNode() function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 2355 static NodeRef getEntryNode(const PGOUseFunc *G) { in getEntryNode() function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 3473 static NodeRef getEntryNode(BoUpSLP &R) { in getEntryNode() function
|