Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIteratedDominanceFrontier.cpp49 unsigned RootLevel = RootPair.second.first; in calculate() local
74 if (SuccLevel > RootLevel) in calculate()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h776 const TreeNodePtr TN, const unsigned RootLevel, in VisitInsertion()
780 << RootLevel << "\n"); in VisitInsertion()
806 if (SuccLevel > RootLevel) { in VisitInsertion()
811 << RootLevel << ")\n"); in VisitInsertion()
815 if (II.Visited[SuccTN] >= RootLevel) in VisitInsertion()
821 II.Visited.insert({SuccTN, RootLevel}); in VisitInsertion()