Searched refs:RefSCCIndices (Results 1 – 2 of 2) sorted by relevance
983 int SourceIdx = G->RefSCCIndices[&SourceC]; in insertIncomingRefEdge()984 int TargetIdx = G->RefSCCIndices[this]; in insertIncomingRefEdge()1043 SourceC, *this, G->PostOrderRefSCCs, G->RefSCCIndices, in insertIncomingRefEdge()1090 G->RefSCCIndices.erase(RC); in insertIncomingRefEdge()1095 G->RefSCCIndices[RC] -= IndexOffset; in insertIncomingRefEdge()1328 G->RefSCCIndices[G->PostOrderRefSCCs[i]] = i; in removeInternalRefEdge()1536 auto RCIndexI = RefSCCIndices.find(&RC); in removeDeadFunction()1539 RefSCCIndices.erase(RCIndexI); in removeDeadFunction()1541 RefSCCIndices[PostOrderRefSCCs[i]] = i; in removeDeadFunction()1705 assert(RefSCCIndices.empty() && "Already mapped RefSCC indices!"); in buildRefSCCs()[all …]
924 RC = getRC(*G, G->RefSCCIndices.find(RC)->second + 1);1150 DenseMap<RefSCC *, int> RefSCCIndices; variable1203 auto IndexIt = RefSCCIndices.find(&RC); in getRefSCCIndex()1204 assert(IndexIt != RefSCCIndices.end() && "RefSCC doesn't have an index!"); in getRefSCCIndex()