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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DDominatorInternals.h125 typename GraphT::NodeType* VAncestor = DT.Vertex[VInfo.Parent]; local
128 if (Visited.insert(VAncestor) && VInfo.Parent >= LastLinked) {
129 Work.push_back(VAncestor);
139 DT.Info[VAncestor];

Completed in 218 milliseconds