Searched refs:RootBB (Results 1 – 2 of 2) sorted by relevance
1008 BasicBlock *RootBB = L.getLoopPredecessor(); in run() local1009 if (!RootBB) in run()1010 RootBB = L.getHeader(); in run()1012 return BB == RootBB || L.contains(BB); in run()1018 MSSAU ? MSSAU.get() : nullptr, AR.DT.getNode(RootBB), in run()
1332 const NodePtr RootBB = IsPostDom ? nullptr : *DT.root_begin(); in VerifyDFSNumbers() local1333 const TreeNodePtr Root = DT.getNode(RootBB); in VerifyDFSNumbers()