Home | History | Annotate | Download | only in Support

Lines Matching refs:MinLevel

296   void runSemiNCA(DomTreeT &DT, const unsigned MinLevel = 0) {
318 if (TN && TN->getLevel() < MinLevel)
1084 const unsigned MinLevel = MinNode->getLevel();
1090 auto DescendBelow = [MinLevel, &DT](NodePtr, NodePtr To) {
1092 return ToTN && ToTN->getLevel() > MinLevel;
1100 SNCA.runSemiNCA(DT, MinLevel);