Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/tools/opt/
DPrintSCC.cpp76 for (scc_iterator<Function*> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) { in runOnFunction()
97 for (scc_iterator<CallGraph*> SCCI = scc_begin(&CG); !SCCI.isAtEnd(); in runOnModule()
/external/llvm/tools/opt/
DPrintSCC.cpp77 for (scc_iterator<Function*> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) { in runOnFunction()
97 for (scc_iterator<CallGraph*> SCCI = scc_begin(&CG); !SCCI.isAtEnd(); in runOnModule()
/external/llvm/include/llvm/ADT/
DSCCIterator.h224 template <class T> scc_iterator<T> scc_begin(const T &G) { in scc_begin() function
234 template <class T> scc_iterator<Inverse<T> > scc_begin(const Inverse<T> &G) { in scc_begin() function
/external/llvm-project/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp92 for (auto I = scc_begin(CG); !I.isAtEnd(); ++I) in propagate()
DMLInlineAdvisor.cpp80 for (auto I = scc_begin(CG.get()); !I.isAtEnd(); ++I) { in MLInlineAdvisor()
DDDG.cpp192 for (auto &SCC : make_range(scc_begin(&F), scc_end(&F))) in DataDependenceGraph()
DDependenceGraphBuilder.cpp112 for (auto &SCC : make_range(scc_begin(&Graph), scc_end(&Graph))) { in createPiBlocks()
DGlobalsModRef.cpp476 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in CollectSCCMembership()
494 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in AnalyzeCallGraph()
/external/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()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
Dresource_alias_analysis.cc159 auto scc_begin = llvm::scc_begin(&call_graph); in BacktrackAnalysis() local
161 for (auto& scc : make_range(scc_begin, scc_end)) { in BacktrackAnalysis()
/external/llvm-project/llvm/unittests/ADT/
DSCCIteratorTest.cpp51 for (scc_iterator<GT> I = scc_begin(G), E = scc_end(G); I != E; ++I) { in TEST()
DDirectedGraphTest.cpp273 for (auto &SCC : make_range(scc_begin(&DG), scc_end(&DG))) in TEST()
/external/llvm-project/mlir/lib/Analysis/
DCallGraph.cpp218 for (auto &scc : make_range(llvm::scc_begin(this), llvm::scc_end(this))) { in print()
/external/llvm-project/llvm/include/llvm/ADT/
DSCCIterator.h228 template <class T> scc_iterator<T> scc_begin(const T &G) { in scc_begin() function
/external/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
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DNoRecursionCheck.cpp264 for (llvm::scc_iterator<CallGraph *> SCCI = llvm::scc_begin(&CG), in check()
/external/llvm/unittests/ADT/
DSCCIteratorTest.cpp277 for (scc_iterator<GT> I = scc_begin(G), E = scc_end(G); I != E; ++I) { in TEST()
/external/llvm-project/llvm/lib/Transforms/Utils/
DFixIrreducible.cpp264 for (auto Scc = scc_begin(G); !Scc.isAtEnd(); ++Scc) { in makeReducible()
/external/llvm/lib/Analysis/
DGlobalsModRef.cpp452 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in CollectSCCMembership()
470 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in AnalyzeCallGraph()
DCallGraphSCCPass.cpp446 scc_iterator<CallGraph*> CGI = scc_begin(&CG); in runOnModule()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp574 for (scc_iterator<ArgumentGraph *> I = scc_begin(&AG); !I.isAtEnd(); ++I) { in addArgumentAttrs()
1191 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in deduceFunctionAttributeInRPO()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp243 scc_begin<ModuleSummaryIndex *>(this); in dumpSCCs()

12