Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyCallGraph.cpp412 SCC &EdgeC = *G->lookupSCC(*E.getNode()); in switchInternalEdgeToCall() local
413 if (&EdgeC.getOuterRefSCC() != this) in switchInternalEdgeToCall()
416 if (SCCIndices.find(&EdgeC)->second <= SourceIdx) in switchInternalEdgeToCall()
420 if (ConnectedSet.insert(&EdgeC).second) in switchInternalEdgeToCall()
421 Worklist.push_back(&EdgeC); in switchInternalEdgeToCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp594 SCC &EdgeC = *G->lookupSCC(E.getNode()); in switchInternalEdgeToCall() local
595 if (&EdgeC.getOuterRefSCC() != this) in switchInternalEdgeToCall()
598 if (SCCIndices.find(&EdgeC)->second <= SourceIdx) in switchInternalEdgeToCall()
602 if (ConnectedSet.insert(&EdgeC).second) in switchInternalEdgeToCall()
603 Worklist.push_back(&EdgeC); in switchInternalEdgeToCall()