Home
last modified time | relevance | path

Searched refs:scc_iterator (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSCCIterator.h42 class scc_iterator : public iterator_facade_base<
43 scc_iterator<GraphT, GT>, std::forward_iterator_tag,
48 using reference = typename scc_iterator::reference;
92 scc_iterator(NodeRef entryN) : visitNum(0) { in scc_iterator() function
98 scc_iterator() = default;
101 static scc_iterator begin(const GraphT &G) { in begin()
102 return scc_iterator(GT::getEntryNode(G)); in begin()
104 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
113 bool operator==(const scc_iterator &x) const {
117 scc_iterator &operator++() {
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCallGraphSCCPass.cpp468 scc_iterator<CallGraph*> CGI = scc_begin(&CG); in runOnModule()
558 scc_iterator<CallGraph*> *CGI = (scc_iterator<CallGraph*>*)Context; in ReplaceNode()
DGlobalsModRef.cpp474 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in CollectSCCMembership()
492 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in AnalyzeCallGraph()
DBranchProbabilityInfo.cpp985 for (scc_iterator<const Function *> It = scc_begin(&F); !It.isAtEnd(); in calculate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp765 for (scc_iterator<ArgumentGraph *> I = scc_begin(&AG); !I.isAtEnd(); ++I) { in addArgumentAttrs()
1594 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in deduceFunctionAttributeInRPO()
DSampleProfile.cpp1790 scc_iterator<CallGraph *> CGI = scc_begin(CG); in INITIALIZE_PASS_DEPENDENCY()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp242 for (scc_iterator<ModuleSummaryIndex *> I = in dumpSCCs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp880 for (scc_iterator<MachineFunction *> It = scc_begin(MF); !It.isAtEnd(); in orderBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DAttributor.h572 for (scc_iterator<CallGraph *> I = scc_begin(CG); !I.isAtEnd(); ++I) {