Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominatorInternals.h140 typename GraphT::NodeType* VAncestorLabel = VAInfo.Label; in Eval() local
142 if (DT.Info[VAncestorLabel].Semi < DT.Info[VLabel].Semi) in Eval()
143 VInfo.Label = VAncestorLabel; in Eval()
/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h139 typename GraphT::NodeType* VAncestorLabel = VAInfo.Label; in Eval() local
141 if (DT.Info[VAncestorLabel].Semi < DT.Info[VLabel].Semi) in Eval()
142 VInfo.Label = VAncestorLabel; in Eval()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h285 NodePtr VAncestorLabel = VAInfo.Label; in eval() local
287 if (NodeToInfo[VAncestorLabel].Semi < NodeToInfo[VLabel].Semi) in eval()
288 VInfo.Label = VAncestorLabel; in eval()