Home
last modified time | relevance | path

Searched refs:NewBBSucc (Results 1 – 2 of 2) 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()