Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGenericDomTree.h259 typename GraphT::NodeType *NewBBSucc = *GraphT::child_begin(NewBB); in Split() local
273 PI = InvTraits::child_begin(NewBBSucc), in Split()
274 E = InvTraits::child_end(NewBBSucc); in Split()
277 if (ND != NewBB && !DT.dominates(NewBBSucc, ND) && in Split()
311 DomTreeNodeBase<NodeT> *NewBBSuccNode = DT.getNode(NewBBSucc); in Split()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominators.h232 typename GraphT::NodeType* NewBBSucc = *GraphT::child_begin(NewBB); in Split() local
245 InvTraits::child_begin(NewBBSucc), in Split()
246 E = InvTraits::child_end(NewBBSucc); PI != E; ++PI) { in Split()
248 if (ND != NewBB && !DT.dominates(NewBBSucc, ND) && in Split()
282 DomTreeNodeBase<NodeT> *NewBBSuccNode = DT.getNode(NewBBSucc); in Split()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTree.h801 NodeRef NewBBSucc = *GraphT::child_begin(NewBB);
810 for (const auto &Pred : children<Inverse<N>>(NewBBSucc)) {
811 if (Pred != NewBB && !dominates(NewBBSucc, Pred) &&
844 DomTreeNodeBase<NodeT> *NewBBSuccNode = getNode(NewBBSucc);