Searched refs:SCCIndices (Results 1 – 2 of 2) sorted by relevance
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()[all …]
450 SmallDenseMap<SCC *, int, 4> SCCIndices; variable511 return SCCs.begin() + SCCIndices.find(&C)->second; in find()