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

References

include/llvm/CodeGen/SlotIndexes.h
  396           *skipDebugInstructionsForward(BundleStart, BundleEnd);
lib/CodeGen/BranchFolding.cpp
 2000     TIB = skipDebugInstructionsForward(TIB, TIE);
 2001     FIB = skipDebugInstructionsForward(FIB, FIE);
lib/CodeGen/IfConversion.cpp
  743     TIB = skipDebugInstructionsForward(TIB, TIE);
  744     FIB = skipDebugInstructionsForward(FIB, FIE);
  786     RTIE = skipDebugInstructionsForward(RTIE, RTIB);
  787     RFIE = skipDebugInstructionsForward(RFIE, RFIB);
  839     skipDebugInstructionsForward(E1, B1);
  840     skipDebugInstructionsForward(E2, B2);
lib/CodeGen/MachineBasicBlock.cpp
  220   return skipDebugInstructionsForward(begin(), end());
 1293   MBBI = skipDebugInstructionsForward(MBBI, instr_end());
lib/CodeGen/MachineCSE.cpp
  227     I = skipDebugInstructionsForward(I, E);
lib/CodeGen/RegisterPressure.cpp
  312     skipDebugInstructionsForward(CurrPos, MBB->end());
  943   CurrPos = skipDebugInstructionsForward(std::next(CurrPos), MBB->end());
lib/CodeGen/TwoAddressInstructionPass.cpp
  931     End = skipDebugInstructionsForward(End, MBB->end());
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
  111       skipDebugInstructionsForward(SrcBB.begin(), SrcBB.end())->getOpcode() ==
lib/Target/AMDGPU/GCNRegPressure.cpp
  360   NextMI = skipDebugInstructionsForward(NextMI, MBBEnd);
  370   NextMI = skipDebugInstructionsForward(NextMI, MBBEnd);
lib/Target/AMDGPU/GCNSchedStrategy.cpp
  469     auto *NonDbgMI = &*skipDebugInstructionsForward(Rgn.first, Rgn.second);
  511     auto *MI = &*skipDebugInstructionsForward(I->first, I->second);
lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
  383     auto Lead = skipDebugInstructionsForward(MBB.begin(), E);
lib/Target/X86/X86FrameLowering.cpp
  445     MBBI = skipDebugInstructionsForward(PI, MBB.end());
 2802   auto InsertPos = skipDebugInstructionsForward(I, MBB.end());
lib/Target/X86/X86ISelLowering.cpp
29940       NextMIIt = skipDebugInstructionsForward(NextMIIt, ThisMBB->end());