Home
last modified time | relevance | path

Searched refs:EdgeC (Results 1 – 1 of 1) 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()