Searched refs:SCCIndices (Results 1 – 2 of 2) sorted by relevance
353 auto IndexIt = SCCIndices.find(C); in verify()354 assert(IndexIt != SCCIndices.end() && in verify()359 for (auto [C, I] : SCCIndices) { in verify()374 assert(SCCIndices.find(&TargetSCC)->second <= I && in verify()518 SCCIndexMapT &SCCIndices, in updatePostorderSequenceForEdgeInsertion() argument521 int SourceIdx = SCCIndices[&SourceSCC]; in updatePostorderSequenceForEdgeInsertion()522 int TargetIdx = SCCIndices[&TargetSCC]; in updatePostorderSequenceForEdgeInsertion()537 SCCIndices.find(SCCs[I])->second = I; in updatePostorderSequenceForEdgeInsertion()571 SCCIndices.find(SCCs[I])->second = I; in updatePostorderSequenceForEdgeInsertion()611 int SourceIdx = SCCIndices[&SourceSCC]; in switchInternalEdgeToCall()[all …]
554 SmallDenseMap<SCC *, int, 4> SCCIndices; variable562 SCCIndices.clear(); in clear()620 return SCCs.begin() + SCCIndices.find(&C)->second; in find()