Home
last modified time | relevance | path

Searched refs:SCCIdx (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DCallGraphSCCPass.cpp193 for (CallGraphSCC::iterator SCCIdx = CurSCC.begin(), E = CurSCC.end(); in RefreshCallGraph() local
194 SCCIdx != E; ++SCCIdx, ++FunctionNo) { in RefreshCallGraph()
195 CallGraphNode *CGN = *SCCIdx; in RefreshCallGraph()
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
DCallGraphSCCPass.cpp186 for (CallGraphSCC::iterator SCCIdx = CurSCC.begin(), E = CurSCC.end(); in RefreshCallGraph() local
187 SCCIdx != E; ++SCCIdx, ++FunctionNo) { in RefreshCallGraph()
188 CallGraphNode *CGN = *SCCIdx; in RefreshCallGraph()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCallGraphSCCPass.cpp205 for (CallGraphSCC::iterator SCCIdx = CurSCC.begin(), E = CurSCC.end(); in RefreshCallGraph() local
206 SCCIdx != E; ++SCCIdx, ++FunctionNo) { in RefreshCallGraph()
207 CallGraphNode *CGN = *SCCIdx; in RefreshCallGraph()