Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIteratedDominanceFrontier.cpp73 const unsigned SuccLevel = SuccNode->getLevel(); in calculate() local
74 if (SuccLevel > RootLevel) in calculate()
87 SuccNode, std::make_pair(SuccLevel, SuccNode->getDFSNumIn()))); in calculate()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h795 const unsigned SuccLevel = SuccTN->getLevel(); in VisitInsertion() local
798 << ", level = " << SuccLevel << "\n"); in VisitInsertion()
806 if (SuccLevel > RootLevel) { in VisitInsertion()
824 } else if ((SuccLevel > NCDLevel + 1) && in VisitInsertion()
829 II.Bucket.push({SuccLevel, SuccTN}); in VisitInsertion()