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

Declarations

lib/Target/PowerPC/PPCExpandISEL.cpp
   74   bool canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI);

References

lib/Target/PowerPC/PPCExpandISEL.cpp
  249         while (I != E && canMerge(SubISELList.back(), *I)) {