Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp60 getEntryNode(const MachineBlockFrequencyInfo *G) { in getEntryNode() function
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp261 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode() function in __anonccd388670311::ArgumentGraph
337 static inline NodeType *getEntryNode(NodeType *A) { return A; } in getEntryNode() function
347 static NodeType *getEntryNode(ArgumentGraph *AG) { in getEntryNode() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineDominators.h263 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopIterator.h74 static NodeRef getEntryNode(const Loop &G) { return {&G, G.getHeader()}; } in getEntryNode() function
/external/llvm/include/llvm/CodeGen/
DMachineDominators.h277 static NodeType *getEntryNode(NodeType *N) { return N; } in getEntryNode() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp93 static NodeRef getEntryNode(const MachineBlockFrequencyInfo *G) { in getEntryNode() function
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp67 static inline const NodeType *getEntryNode(const BlockFrequencyInfo *G) { in getEntryNode() function
DBlockFrequencyInfoImpl.cpp628 static const NodeType *getEntryNode(const GraphT &G) { in getEntryNode() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp346 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode() function in __anon639613890211::ArgumentGraph
426 static NodeRef getEntryNode(NodeRef A) { return A; } in getEntryNode() function
433 static NodeRef getEntryNode(ArgumentGraph *AG) { return AG->getEntryNode(); } in getEntryNode() function
/external/llvm/unittests/ADT/
DSCCIteratorTest.cpp235 static inline NodeType *getEntryNode(const Graph<N> &G) { return G.AccessNode(0); } in getEntryNode() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp104 static NodeRef getEntryNode(const BlockFrequencyInfo *G) { in getEntryNode() function
DBlockFrequencyInfoImpl.cpp671 static NodeRef getEntryNode(const GraphT &G) { return G.StartIrr; } in getEntryNode() function
/external/swiftshader/third_party/subzero/src/
DIceCfg.h89 CfgNode *getEntryNode() const { return Entry; } in getEntryNode() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1756 static NodeRef getEntryNode(const PGOUseFunc *G) { in getEntryNode() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2254 static NodeRef getEntryNode(BoUpSLP &R) { in getEntryNode() function