Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGenericDomTree.h258 typename GraphT::NodeType *NewBBSucc = *GraphT::child_begin(NewBB); in Split() local
272 PI = InvTraits::child_begin(NewBBSucc), in Split()
273 E = InvTraits::child_end(NewBBSucc); in Split()
276 if (ND != NewBB && !DT.dominates(NewBBSucc, ND) && in Split()
310 DomTreeNodeBase<NodeT> *NewBBSuccNode = DT.getNode(NewBBSucc); in Split()