Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominatorInternals.h125 typename GraphT::NodeType* VAncestor = DT.Vertex[VInfo.Parent]; in Eval() local
128 if (Visited.insert(VAncestor) && VInfo.Parent >= LastLinked) { in Eval()
129 Work.push_back(VAncestor); in Eval()
139 DT.Info[VAncestor]; in Eval()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h271 NodePtr VAncestor = NumToNode[VInfo.Parent]; in eval() local
274 if (Visited.insert(VAncestor).second && VInfo.Parent >= LastLinked) { in eval()
275 Work.push_back(VAncestor); in eval()
284 auto &VAInfo = NodeToInfo[VAncestor]; in eval()