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

/external/llvm/include/llvm/Analysis/
H A DDominators.h244 typename GraphT::NodeType* NewBBSucc = *GraphT::child_begin(NewBB); local
257 InvTraits::child_begin(NewBBSucc),
258 E = InvTraits::child_end(NewBBSucc); PI != E; ++PI) {
260 if (ND != NewBB && !DT.dominates(NewBBSucc, ND) &&
292 // dominator of NewBBSucc. Update the dominator tree as appropriate.
294 DomTreeNodeBase<NodeT> *NewBBSuccNode = DT.getNode(NewBBSucc);

Completed in 19 milliseconds