Searched refs:SCCIndices (Results 1 – 4 of 4) sorted by relevance
306 auto IndexIt = SCCIndices.find(C); in verify()307 assert(IndexIt != SCCIndices.end() && in verify()312 for (auto &SCCIndexPair : SCCIndices) { in verify()329 assert(SCCIndices.find(&TargetSCC)->second <= i && in verify()448 SCCIndexMapT &SCCIndices, in updatePostorderSequenceForEdgeInsertion() argument451 int SourceIdx = SCCIndices[&SourceSCC]; in updatePostorderSequenceForEdgeInsertion()452 int TargetIdx = SCCIndices[&TargetSCC]; in updatePostorderSequenceForEdgeInsertion()467 SCCIndices.find(SCCs[i])->second = i; in updatePostorderSequenceForEdgeInsertion()502 SCCIndices.find(SCCs[i])->second = i; in updatePostorderSequenceForEdgeInsertion()545 int SourceIdx = SCCIndices[&SourceSCC]; in switchInternalEdgeToCall()[all …]
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 …]
557 SmallDenseMap<SCC *, int, 4> SCCIndices; variable565 SCCIndices.clear(); in clear()627 return SCCs.begin() + SCCIndices.find(&C)->second; in find()
450 SmallDenseMap<SCC *, int, 4> SCCIndices; variable511 return SCCs.begin() + SCCIndices.find(&C)->second; in find()