Searched refs:RefSCCIndices (Results 1 – 2 of 2) sorted by relevance
970 int SourceIdx = G->RefSCCIndices[&SourceC]; in insertIncomingRefEdge()971 int TargetIdx = G->RefSCCIndices[this]; in insertIncomingRefEdge()1030 SourceC, *this, G->PostOrderRefSCCs, G->RefSCCIndices, in insertIncomingRefEdge()1077 G->RefSCCIndices.erase(RC); in insertIncomingRefEdge()1082 G->RefSCCIndices[RC] -= IndexOffset; in insertIncomingRefEdge()1315 G->RefSCCIndices[G->PostOrderRefSCCs[i]] = i; in removeInternalRefEdge()1523 auto RCIndexI = RefSCCIndices.find(&RC); in removeDeadFunction()1526 RefSCCIndices.erase(RCIndexI); in removeDeadFunction()1528 RefSCCIndices[PostOrderRefSCCs[i]] = i; in removeDeadFunction()1692 assert(RefSCCIndices.empty() && "Already mapped RefSCC indices!"); in buildRefSCCs()[all …]
924 RC = getRC(*G, G->RefSCCIndices.find(RC)->second + 1);1135 DenseMap<RefSCC *, int> RefSCCIndices; variable1188 auto IndexIt = RefSCCIndices.find(&RC); in getRefSCCIndex()1189 assert(IndexIt != RefSCCIndices.end() && "RefSCC doesn't have an index!"); in getRefSCCIndex()