Home
last modified time | relevance | path

Searched defs:getEntryNode (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h85 ProfiledCallGraphNode *getEntryNode() { return &Root; } in getEntryNode() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopIterator.h74 static NodeRef getEntryNode(const Loop &G) { return {&G, G.getHeader()}; } in getEntryNode() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineDominators.h253 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp95 static NodeRef getEntryNode(const MachineBlockFrequencyInfo *G) { in getEntryNode() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallPrinter.cpp113 static NodeRef getEntryNode(CallGraphDOTInfo *CGInfo) { in getEntryNode() function
H A DBlockFrequencyInfo.cpp106 static NodeRef getEntryNode(const BlockFrequencyInfo *G) { in getEntryNode() function
H A DBlockFrequencyInfoImpl.cpp688 static NodeRef getEntryNode(const GraphT &G) { return G.StartIrr; } in getEntryNode() function
H A DMemorySSA.cpp2246 static NodeRef getEntryNode(DOTFuncMSSAInfo *CFGInfo) { in getEntryNode() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp357 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode() function in __anond477b1ba0211::ArgumentGraph
437 static NodeRef getEntryNode(NodeRef A) { return A; } in getEntryNode() function
444 static NodeRef getEntryNode(ArgumentGraph *AG) { return AG->getEntryNode(); } in getEntryNode() function
H A DAttributor.cpp2487 static NodeRef getEntryNode(AADepGraphNode *DGN) { return DGN; } in getEntryNode() function
2501 static NodeRef getEntryNode(AADepGraph *DG) { return DG->GetEntryNode(); } in getEntryNode() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp123 static NodeRef getEntryNode(Region *R) { in getEntryNode() function
127 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2087 static NodeRef getEntryNode(const PGOUseFunc *G) { in getEntryNode() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2480 static NodeRef getEntryNode(BoUpSLP &R) { in getEntryNode() function