/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | PrintSCC.cpp | 77 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/ |
D | PrintSCC.cpp | 77 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/swiftshader/third_party/LLVM/tools/opt/ |
D | PrintSCC.cpp | 77 for (scc_iterator<Function*> SCCI = scc_begin(&F), in runOnFunction() 98 for (scc_iterator<CallGraphNode*> SCCI = scc_begin(rootNode), in runOnModule()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SCCIterator.h | 199 scc_iterator<T> scc_begin(const T &G) { in scc_begin() function 209 scc_iterator<Inverse<T> > scc_begin(const Inverse<T> &G) { in scc_begin() function
|
/external/llvm/include/llvm/ADT/ |
D | SCCIterator.h | 224 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | SyntheticCountsUtils.cpp | 103 for (auto I = scc_begin(CG); !I.isAtEnd(); ++I) in propagate()
|
D | GlobalsModRef.cpp | 471 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in CollectSCCMembership() 489 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in AnalyzeCallGraph()
|
D | CallGraphSCCPass.cpp | 457 scc_iterator<CallGraph*> CGI = scc_begin(&CG); in runOnModule()
|
D | BlockFrequencyInfoImpl.cpp | 776 for (auto I = scc_begin(G); !I.isAtEnd(); ++I) { in analyzeIrreducible()
|
D | BranchProbabilityInfo.cpp | 945 for (scc_iterator<const Function *> It = scc_begin(&F); !It.isAtEnd(); in calculate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | SCCIteratorTest.cpp | 52 for (scc_iterator<GT> I = scc_begin(G), E = scc_end(G); I != E; ++I) { in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | SCCIterator.h | 226 template <class T> scc_iterator<T> scc_begin(const T &G) { in scc_begin() function
|
/external/llvm/unittests/ADT/ |
D | SCCIteratorTest.cpp | 277 for (scc_iterator<GT> I = scc_begin(G), E = scc_end(G); I != E; ++I) { in TEST()
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | SCCIteratorTest.cpp | 279 for (scc_iterator<GT> I = scc_begin(G), E = scc_end(G); I != E; ++I) { in TEST()
|
/external/llvm/lib/Analysis/ |
D | GlobalsModRef.cpp | 452 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()
|
D | CallGraphSCCPass.cpp | 446 scc_iterator<CallGraph*> CGI = scc_begin(&CG); in runOnModule()
|
D | BlockFrequencyInfoImpl.cpp | 736 for (auto I = scc_begin(G); !I.isAtEnd(); ++I) { in analyzeIrreducible()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 92 scc_begin<ModuleSummaryIndex *>(this); in dumpSCCs()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 574 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-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 708 for (scc_iterator<ArgumentGraph *> I = scc_begin(&AG); !I.isAtEnd(); ++I) { in addArgumentAttrs() 1504 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in deduceFunctionAttributeInRPO()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/ |
D | CallGraphSCCPass.cpp | 426 scc_iterator<CallGraph*> CGI = scc_begin(&CG); in runOnModule()
|
D | GlobalsModRef.cpp | 372 for (scc_iterator<CallGraph*> I = scc_begin(&CG), E = scc_end(&CG); I != E; in AnalyzeCallGraph()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 880 for (scc_iterator<MachineFunction *> It = scc_begin(MF); !It.isAtEnd(); in orderBlocks()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 897 for (scc_iterator<MachineFunction *> It = scc_begin(MF); !It.isAtEnd(); in orderBlocks()
|