Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h128 ProfiledCallGraphNode *getEntryNode() { return &Root; } in getEntryNode() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopIterator.h74 static NodeRef getEntryNode(const Loop &G) { return {&G, G.getHeader()}; } in getEntryNode() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineDominators.h264 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp95 static NodeRef getEntryNode(const MachineBlockFrequencyInfo *G) { in getEntryNode() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h318 static NodeRef getEntryNode(NodeRef Graph) { return Graph; } in getEntryNode() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp105 static NodeRef getEntryNode(const BlockFrequencyInfo *G) { in getEntryNode() function
H A DCallPrinter.cpp118 static NodeRef getEntryNode(CallGraphDOTInfo *CGInfo) { in getEntryNode() function
H A DBlockFrequencyInfoImpl.cpp701 static NodeRef getEntryNode(const GraphT &G) { return G.StartIrr; } in getEntryNode() function
H A DMemorySSA.cpp2251 static NodeRef getEntryNode(DOTFuncMSSAInfo *CFGInfo) { in getEntryNode() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp487 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 DAttributor.cpp3699 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 DStructurizeCFG.cpp122 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 DStandardInstrumentations.cpp1402 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 DPGOInstrumentation.cpp2355 static NodeRef getEntryNode(const PGOUseFunc *G) { in getEntryNode() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3473 static NodeRef getEntryNode(BoUpSLP &R) { in getEntryNode() function