Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp782 BasicBlock *RootBB = L->getLoopPredecessor(); in runOnLoop() local
783 if (!RootBB) in runOnLoop()
784 RootBB = L->getHeader(); in runOnLoop()
786 return BB == RootBB || L->contains(BB); in runOnLoop()
789 DT.getNode(RootBB), BlockFilter).run(); in runOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h1424 const NodePtr RootBB = IsPostDom ? nullptr : DT.getRoots()[0]; in VerifyDFSNumbers() local
1425 const TreeNodePtr Root = DT.getNode(RootBB); in VerifyDFSNumbers()