Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineDominators.h263 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp93 static NodeRef getEntryNode(const MachineBlockFrequencyInfo *G) { in getEntryNode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp346 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode() function in __anon36789e230211::ArgumentGraph
426 static NodeRef getEntryNode(NodeRef A) { return A; } in getEntryNode() function
433 static NodeRef getEntryNode(ArgumentGraph *AG) { return AG->getEntryNode(); } in getEntryNode() function
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfg.h89 CfgNode *getEntryNode() const { return Entry; } in getEntryNode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1756 static NodeRef getEntryNode(const PGOUseFunc *G) { in getEntryNode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2254 static NodeRef getEntryNode(BoUpSLP &R) { in getEntryNode() function