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

Declarations

lib/CodeGen/BranchRelaxation.cpp
   98   bool isBlockInRange(const MachineInstr &MI, const MachineBasicBlock &BB) const;

References

lib/CodeGen/BranchRelaxation.cpp
  353     if (FBB && isBlockInRange(MI, *FBB)) {
  500         if (!isBlockInRange(*Last, *DestBB)) {
  517         if (!isBlockInRange(MI, *DestBB)) {