Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:moveBefore

342         BB->moveBefore(&BB->getParent()->getEntryBlock());
481 BB->moveBefore(&BB->getParent()->getEntryBlock());
1827 ExtVal->moveBefore(CI);
2152 Inst->moveBefore(Position);
2169 Inst->moveBefore(Before);
2174 DEBUG(dbgs() << "Undo: moveBefore: " << *Inst << "\n");
2441 /// Same as Instruction::moveBefore.
2442 void moveBefore(Instruction *Inst, Instruction *Before);
2496 void TypePromotionTransaction::moveBefore(Instruction *Inst,
3038 TPT.moveBefore(ExtForOpnd, ExtOpnd);
4569 TrueInst->moveBefore(TrueBranch);
4576 FalseInst->moveBefore(FalseBranch);