reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
547 iterator SkipPHIsLabelsAndDebug(iterator I);
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.cpp430 auto EntryInsertPt = Entry.SkipPHIsLabelsAndDebug(Entry.begin()); 1144 auto InsertPt = MBB.SkipPHIsLabelsAndDebug(MBB.begin());