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

References

lib/Target/ARM/ARMBasicBlockInfo.cpp
  118   assert(BB->getParent() == &MF &&
  125              << " - function: " << MF.getName() << "\n"
  126              << "   - blocks: " << MF.getNumBlockIDs() << "\n");
  128   for(unsigned i = BBNum + 1, e = MF.getNumBlockIDs(); i < e; ++i) {
  131     const Align Align = MF.getBlockNumbered(i)->getAlignment();
lib/Target/ARM/ARMBasicBlockInfo.h
  125     BBInfo.resize(MF.getNumBlockIDs());
  126     for (MachineBasicBlock &MBB : MF)