Searched refs:IndexIt (Results 1 – 3 of 3) sorted by relevance
123 auto IndexIt = SecIndices.find(SecIndex); in getSectionRefsByNameOrIndex() local124 if (IndexIt != SecIndices.end()) in getSectionRefsByNameOrIndex()125 IndexIt->second = true; in getSectionRefsByNameOrIndex()126 if (NameIt != SecNames.end() || IndexIt != SecIndices.end()) in getSectionRefsByNameOrIndex()
1208 auto IndexIt = RefSCCIndices.find(&RC); in getRefSCCIndex() local1209 assert(IndexIt != RefSCCIndices.end() && "RefSCC doesn't have an index!"); in getRefSCCIndex()1210 assert(PostOrderRefSCCs[IndexIt->second] == &RC && in getRefSCCIndex()1212 return IndexIt->second; in getRefSCCIndex()
353 auto IndexIt = SCCIndices.find(C); in verify() local354 assert(IndexIt != SCCIndices.end() && in verify()