Searched refs:IndexIt (Results 1 – 2 of 2) sorted by relevance
1188 auto IndexIt = RefSCCIndices.find(&RC); in getRefSCCIndex() local1189 assert(IndexIt != RefSCCIndices.end() && "RefSCC doesn't have an index!"); in getRefSCCIndex()1190 assert(PostOrderRefSCCs[IndexIt->second] == &RC && in getRefSCCIndex()1192 return IndexIt->second; in getRefSCCIndex()
306 auto IndexIt = SCCIndices.find(C); in verify() local307 assert(IndexIt != SCCIndices.end() && in verify()