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

Declarations

lib/Target/ARM/ARMConstantIslandPass.cpp
  248     bool BBHasFallthrough(MachineBasicBlock *MBB);

References

lib/Target/ARM/ARMConstantIslandPass.cpp
  705     if (!BBHasFallthrough(&MBB))
 1280   if (BBHasFallthrough(UserMBB)) {
 1668   bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB);