Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h108 typename GraphT::NodeType *VIn, unsigned LastLinked) { in Eval() argument
111 if (VInInfo.DFSNum < LastLinked) in Eval()
117 if (VInInfo.Parent >= LastLinked) in Eval()
127 if (Visited.insert(VAncestor).second && VInfo.Parent >= LastLinked) { in Eval()
134 if (VInfo.Parent < LastLinked) in Eval()
DGenericDomTree.h632 typename GraphT::NodeType *V, unsigned LastLinked);
/external/llvm-project/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h240 NodePtr eval(NodePtr V, unsigned LastLinked, in eval()
243 if (VInfo->Parent < LastLinked) in eval()
251 } while (VInfo->Parent >= LastLinked); in eval()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h273 NodePtr eval(NodePtr V, unsigned LastLinked, in eval()
276 if (VInfo->Parent < LastLinked) in eval()
284 } while (VInfo->Parent >= LastLinked); in eval()