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

References

lib/Target/ARM/ARMLowOverheadLoops.cpp
  268       if (MI.getOpcode() == ARM::t2LoopDec)
  269         Dec = &MI;
  270       else if (MI.getOpcode() == ARM::t2LoopEnd)
  271         End = &MI;
  272       else if (IsLoopStart(MI))
  273         Start = &MI;
  274       else if (MI.getDesc().isCall()) {
  293       for (auto &MO : MI.operands()) {
  294         if (MI.getOpcode() != ARM::t2LoopDec && MO.isReg() &&
  296           LLVM_DEBUG(dbgs() << "ARM Loops: Found LR Use/Def: " << MI);