Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1013 RefSCC &EdgeRC = *G->lookupRefSCC(E.getNode()); in insertIncomingRefEdge() local
1014 if (G->getRefSCCIndex(EdgeRC) <= SourceIdx) in insertIncomingRefEdge()
1018 if (Set.insert(&EdgeRC).second) in insertIncomingRefEdge()
1019 Worklist.push_back(&EdgeRC); in insertIncomingRefEdge()