Searched refs:RootBB (Results 1 – 2 of 2) sorted by relevance
1012 BasicBlock *RootBB = L.getLoopPredecessor(); in run() local1013 if (!RootBB) in run()1014 RootBB = L.getHeader(); in run()1016 return BB == RootBB || L.contains(BB); in run()1022 MSSAU ? MSSAU.get() : nullptr, AR.DT.getNode(RootBB), in run()
1321 const NodePtr RootBB = IsPostDom ? nullptr : *DT.root_begin(); in VerifyDFSNumbers() local1322 const TreeNodePtr Root = DT.getNode(RootBB); in VerifyDFSNumbers()