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

/external/llvm/include/llvm/Support/
H A DGenericDomTree.h238 typename GraphT::NodeType* NewBBSucc = *GraphT::child_begin(NewBB); local
251 InvTraits::child_begin(NewBBSucc),
252 E = InvTraits::child_end(NewBBSucc); PI != E; ++PI) {
254 if (ND != NewBB && !DT.dominates(NewBBSucc, ND) &&
286 // dominator of NewBBSucc. Update the dominator tree as appropriate.
288 DomTreeNodeBase<NodeT> *NewBBSuccNode = DT.getNode(NewBBSucc);

Completed in 102 milliseconds