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

Declarations

include/llvm/CodeGen/MachineBasicBlock.h
  547   iterator SkipPHIsLabelsAndDebug(iterator I);

References

lib/CodeGen/InlineSpiller.cpp
  404     MII = MBB->SkipPHIsLabelsAndDebug(MBB->begin());
lib/CodeGen/LiveDebugVariables.cpp
 1248       MachineBasicBlock::iterator I = MBB->SkipPHIsLabelsAndDebug(MBB->begin());
lib/CodeGen/SplitKit.cpp
  821                               MBB.SkipPHIsLabelsAndDebug(MBB.begin()));
lib/CodeGen/SplitKit.h
   84       MachineBasicBlock::iterator MII = MBB.SkipPHIsLabelsAndDebug(MBB.begin());
lib/Target/AArch64/AArch64SpeculationHardening.cpp
  686         *Entry, Entry->SkipPHIsLabelsAndDebug(Entry->begin()));
lib/Target/PowerPC/PPCEarlyReturn.cpp
   56       I = ReturnMBB.SkipPHIsLabelsAndDebug(I);
lib/Target/X86/X86SpeculativeLoadHardening.cpp
  430   auto EntryInsertPt = Entry.SkipPHIsLabelsAndDebug(Entry.begin());
 1144     auto InsertPt = MBB.SkipPHIsLabelsAndDebug(MBB.begin());