Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Loc

1436   MachineBasicBlock::iterator Loc = MBB->getFirstTerminator();
1437 if (!TII->isUnpredicatedTerminator(Loc))
1440 for (unsigned i = 0, e = Loc->getNumOperands(); i != e; ++i) {
1441 const MachineOperand &MO = Loc->getOperand(i);
1458 return Loc;
1459 if (Loc == MBB->begin())
1464 MachineBasicBlock::iterator PI = Loc;
1466 while (PI != MBB->begin() && Loc->isDebugValue())
1483 return Loc;
1548 MachineBasicBlock::iterator Loc =
1550 if (Loc == MBB->end())
1657 MBB->splice(Loc, TBB, TBB->begin(), TIB);