Home
last modified time | relevance | path

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

12

/external/llvm-project/polly/lib/Analysis/
DScopGraphPrinter.cpp38 static NodeRef getEntryNode(ScopDetection *SD) { in getEntryNode() function
52 static NodeRef getEntryNode(ScopDetectionWrapperPass *P) { in getEntryNode() function
/external/llvm-project/llvm/unittests/ADT/
DDirectedGraphTest.cpp68 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function
85 static NodeRef getEntryNode(DGTestGraph *DG) { return *DG->begin(); } in getEntryNode() function
/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 __anon4eb4aa3b0311::ArgumentGraph
337 static inline NodeType *getEntryNode(NodeType *A) { return A; } in getEntryNode() function
347 static NodeType *getEntryNode(ArgumentGraph *AG) { in getEntryNode() function
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopIterator.h74 static NodeRef getEntryNode(const Loop &G) { return {&G, G.getHeader()}; } 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-project/llvm/include/llvm/CodeGen/
DMachineDominators.h253 static NodeRef getEntryNode(NodeRef N) { return N; } 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/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-project/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/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp347 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode() function in __anonc5076b490211::ArgumentGraph
427 static NodeRef getEntryNode(NodeRef A) { return A; } in getEntryNode() function
434 static NodeRef getEntryNode(ArgumentGraph *AG) { return AG->getEntryNode(); } in getEntryNode() function
DAttributor.cpp2433 static NodeRef getEntryNode(AADepGraphNode *DGN) { return DGN; } in getEntryNode() function
2447 static NodeRef getEntryNode(AADepGraph *DG) { return DG->GetEntryNode(); } in getEntryNode() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp346 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode() function in __anonfe8d4a5d0211::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-project/llvm/lib/Analysis/
DCallPrinter.cpp113 static NodeRef getEntryNode(CallGraphDOTInfo *CGInfo) { in getEntryNode() function
DBlockFrequencyInfo.cpp104 static NodeRef getEntryNode(const BlockFrequencyInfo *G) { in getEntryNode() function
DBlockFrequencyInfoImpl.cpp686 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/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/llvm-project/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp123 static NodeRef getEntryNode(Region *R) { in getEntryNode() function
127 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1883 static NodeRef getEntryNode(const PGOUseFunc *G) { in getEntryNode() function

12