reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/MachineBlockPlacement.cpp
 3071     for (auto MBI = std::next(MF.begin()), MBE = MF.end(); MBI != MBE; ++MBI) {
 3071     for (auto MBI = std::next(MF.begin()), MBE = MF.end(); MBI != MBE; ++MBI) {
 3072       auto LayoutPred = std::prev(MBI);
 3073       if (!LayoutPred->isSuccessor(&*MBI))
 3074         MBI->setAlignment(Align(1ULL << AlignAllNonFallThruBlocks));