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 __anonbe2843860311::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-7.0/llvm/include/llvm/Analysis/
DLoopIterator.h75 static NodeRef getEntryNode(const Loop &G) { return {&G, G.getHeader()}; } in getEntryNode() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineDominators.h264 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp93 static NodeRef getEntryNode(const MachineBlockFrequencyInfo *G) { in getEntryNode() function
/external/llvm/include/llvm/CodeGen/
DMachineDominators.h277 static NodeType *getEntryNode(NodeType *N) { return N; } 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-7.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp305 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode() function in __anonff93b31e0211::ArgumentGraph
385 static NodeRef getEntryNode(NodeRef A) { return A; } in getEntryNode() function
392 static NodeRef getEntryNode(ArgumentGraph *AG) { return AG->getEntryNode(); } in getEntryNode() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp104 static NodeRef getEntryNode(const BlockFrequencyInfo *G) { in getEntryNode() function
DBlockFrequencyInfoImpl.cpp667 static NodeRef getEntryNode(const GraphT &G) { return G.StartIrr; } 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/subzero/src/
DIceCfg.h89 CfgNode *getEntryNode() const { return Entry; } in getEntryNode() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1636 static NodeRef getEntryNode(const PGOUseFunc *G) { in getEntryNode() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1263 static NodeRef getEntryNode(BoUpSLP &R) { return &R.VectorizableTree[0]; } in getEntryNode() function