Lines Matching refs:SCCIndices
222 for (auto &SCCIndexPair : SCCIndices) { in verify()
238 assert(SCCIndices.find(&TargetSCC)->second <= i && in verify()
290 int SourceIdx = SCCIndices[&SourceSCC]; in switchInternalEdgeToCall()
291 int TargetIdx = SCCIndices[&TargetSCC]; in switchInternalEdgeToCall()
368 SCCIndices.find(SCCs[i])->second = i; in switchInternalEdgeToCall()
416 if (SCCIndices.find(&EdgeC)->second <= SourceIdx) in switchInternalEdgeToCall()
431 SCCIndices.find(SCCs[i])->second = i; in switchInternalEdgeToCall()
456 SCCIndices.erase(C); in switchInternalEdgeToCall()
469 SCCIndices[C] -= IndexOffset; in switchInternalEdgeToCall()
658 int OldIdx = SCCIndices[&OldSCC]; in switchInternalEdgeToRef()
664 SCCIndices[SCCs[Idx]] = Idx; in switchInternalEdgeToRef()
856 SCCIndices[&InnerC] = SCCIndex++; in insertIncomingRefEdge()
883 SCCIndices[&InnerC] = SCCIndex++; in insertIncomingRefEdge()
1169 SCCIndices[C] = SCCIndex; in removeInternalRefEdge()
1284 assert(RC.SCCIndices.empty() && "Already mapped SCC indices!"); in buildSCCs()
1392 RC.SCCIndices[RC.SCCs[i]] = i; in buildSCCs()