reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1998 while (TIB != TIE && FIB != FIE) { 2000 TIB = skipDebugInstructionsForward(TIB, TIE); 2000 TIB = skipDebugInstructionsForward(TIB, TIE); 2002 if (TIB == TIE || FIB == FIE) 2005 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead)) 2008 if (TII->isPredicated(*TIB)) 2013 for (MachineOperand &MO : TIB->operands()) { 2064 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) 2068 for (const MachineOperand &MO : TIB->operands()) { 2086 for (const MachineOperand &MO : TIB->operands()) { 2097 ++TIB; 2104 MBB->splice(Loc, TBB, TBB->begin(), TIB);