Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h125 typename GraphT::NodeType* VAncestor = DT.Vertex[VInfo.Parent]; in Eval() local
128 if (Visited.insert(VAncestor).second && VInfo.Parent >= LastLinked) { in Eval()
129 Work.push_back(VAncestor); in Eval()
139 DT.Info[VAncestor]; in Eval()