Home
last modified time | relevance | path

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

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