Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyCallGraph.cpp652 SCC &EdgeC = *G->lookupSCC(E.getNode()); in switchInternalEdgeToCall() local
653 if (&EdgeC.getOuterRefSCC() != this) in switchInternalEdgeToCall()
656 if (SCCIndices.find(&EdgeC)->second <= SourceIdx) in switchInternalEdgeToCall()
660 if (ConnectedSet.insert(&EdgeC).second) in switchInternalEdgeToCall()
661 Worklist.push_back(&EdgeC); in switchInternalEdgeToCall()