Home
last modified time | relevance | path

Searched refs:RefSCCIndices (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp970 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h924 RC = getRC(*G, G->RefSCCIndices.find(RC)->second + 1);
1135 DenseMap<RefSCC *, int> RefSCCIndices; variable
1188 auto IndexIt = RefSCCIndices.find(&RC); in getRefSCCIndex()
1189 assert(IndexIt != RefSCCIndices.end() && "RefSCC doesn't have an index!"); in getRefSCCIndex()