Home
last modified time | relevance | path

Searched refs:scc_begin (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp93 for (auto I = scc_begin(CG); !I.isAtEnd(); ++I) in propagate()
DDDG.cpp187 for (auto &SCC : make_range(scc_begin(&F), scc_end(&F))) in DataDependenceGraph()
DDependenceGraphBuilder.cpp111 for (auto &SCC : make_range(scc_begin(&Graph), scc_end(&Graph))) { in createPiBlocks()
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()
DCallGraphSCCPass.cpp468 scc_iterator<CallGraph*> CGI = scc_begin(&CG); in runOnModule()
DBlockFrequencyInfoImpl.cpp780 for (auto I = scc_begin(G); !I.isAtEnd(); ++I) { in analyzeIrreducible()
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/include/llvm/ADT/
DSCCIterator.h228 template <class T> scc_iterator<T> scc_begin(const T &G) { in scc_begin() function
/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.cpp243 scc_begin<ModuleSummaryIndex *>(this); 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) {