Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MBI

1696     for (auto MBI = std::next(MF.begin()), MBE = MF.end(); MBI != MBE; ++MBI) {
1697 auto LayoutPred = std::prev(MBI);
1698 if (!LayoutPred->isSuccessor(&*MBI))
1699 MBI->setAlignment(AlignAllNonFallThruBlocks);