HomeSort by relevance Sort by last modified time
    Searched refs:scc_begin (Results 1 - 9 of 9) sorted by null

  /external/llvm/tools/opt/
PrintSCC.cpp 77 for (scc_iterator<Function*> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) {
97 for (scc_iterator<CallGraph*> SCCI = scc_begin(&CG); !SCCI.isAtEnd();
  /external/llvm/include/llvm/ADT/
SCCIterator.h 224 template <class T> scc_iterator<T> scc_begin(const T &G) { function in namespace:llvm
234 template <class T> scc_iterator<Inverse<T> > scc_begin(const Inverse<T> &G) { function in namespace:llvm
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 277 for (scc_iterator<GT> I = scc_begin(G), E = scc_end(G); I != E; ++I) {
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 443 scc_iterator<CallGraph*> CGI = scc_begin(&CG);
GlobalsModRef.cpp 362 for (scc_iterator<CallGraph*> I = scc_begin(&CG); !I.isAtEnd(); ++I) {
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 700 for (auto I = scc_begin(G); !I.isAtEnd(); ++I) {
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 937 for (scc_iterator<MachineFunction *> It = scc_begin(MF); !It.isAtEnd();
    [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 625 for (scc_iterator<ArgumentGraph*> I = scc_begin(&AG); !I.isAtEnd(); ++I) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 728 for (scc_iterator<FuncT *> sccIter = scc_begin(funcRep),
    [all...]