reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
173 if (MLI) 174 MLI->removeBlock(MBB); 191 MLI = mli; 473 if (MLI) 474 if (MachineLoop *ML = MLI->getLoopFor(&CurMBB)) 475 ML->addBasicBlockToLoop(NewMBB, MLI->getBase()); 1140 if (AfterBlockPlacement && MLI) { 1141 ML = MLI->getLoopFor(IBB); 1168 if (AfterBlockPlacement && MLI) 1169 if (ML != MLI->getLoopFor(PBB))