Searched refs:nextSCC (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/opt/
H A DPrintSCC.cpp79 std::vector<BasicBlock*> &nextSCC = *SCCI; local
81 for (std::vector<BasicBlock*>::const_iterator I = nextSCC.begin(),
82 E = nextSCC.end(); I != E; ++I)
84 if (nextSCC.size() == 1 && SCCI.hasLoop())
100 const std::vector<CallGraphNode*> &nextSCC = *SCCI; local
102 for (std::vector<CallGraphNode*>::const_iterator I = nextSCC.begin(),
103 E = nextSCC.end(); I != E; ++I)
106 if (nextSCC.size() == 1 && SCCI.hasLoop())

Completed in 66 milliseconds