Searched refs:RootBB (Results 1 – 2 of 2) sorted by relevance
1013 BasicBlock *RootBB = L.getLoopPredecessor(); in run() local1014 if (!RootBB) in run()1015 RootBB = L.getHeader(); in run()1017 return BB == RootBB || L.contains(BB); in run()1023 MSSAU ? MSSAU.get() : nullptr, AR.DT.getNode(RootBB), in run()
1318 const NodePtr RootBB = IsPostDom ? nullptr : *DT.root_begin(); in VerifyDFSNumbers() local1319 const TreeNodePtr Root = DT.getNode(RootBB); in VerifyDFSNumbers()