Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp850 BasicBlock *RootBB = L->getLoopPredecessor(); in runOnLoop() local
851 if (!RootBB) in runOnLoop()
852 RootBB = L->getHeader(); in runOnLoop()
854 return BB == RootBB || L->contains(BB); in runOnLoop()
860 DT.getNode(RootBB), BlockFilter).run(); in runOnLoop()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1364 const NodePtr RootBB = IsPostDom ? nullptr : DT.getRoots()[0]; in VerifyDFSNumbers() local
1365 const TreeNodePtr Root = DT.getNode(RootBB); in VerifyDFSNumbers()