Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyCallGraph.cpp502 bool IsLeafSCC = true; in removeIntraSCCEdge() local
509 IsLeafSCC = false; in removeIntraSCCEdge()
514 assert(!IsLeafSCC && "This SCC cannot be a leaf as we have split out new " in removeIntraSCCEdge()
518 assert(!IsLeafSCC && "This SCC cannot be a leaf as it already had child " in removeIntraSCCEdge()
523 if (!IsLeafSCC && !ResultSCCs.empty()) in removeIntraSCCEdge()
597 bool IsLeafSCC = true; in formSCC() local
604 IsLeafSCC = false; in formSCC()
608 if (IsLeafSCC) in formSCC()