Searched refs:NewBBSucc (Results 1 – 2 of 2) sorted by relevance
259 typename GraphT::NodeType *NewBBSucc = *GraphT::child_begin(NewBB); in Split() local273 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()
232 typename GraphT::NodeType* NewBBSucc = *GraphT::child_begin(NewBB); in Split() local245 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()