Searched refs:MoveBefore (Results 1 – 4 of 4) sorted by relevance
740 std::function<void(Value*, Value*)> MoveBefore = in CreateWideLoad() local755 MoveBefore(Op, Source); in CreateWideLoad()770 MoveBefore(Base->getPointerOperand(), VecPtr); in CreateWideLoad()771 MoveBefore(VecPtr, WideLoad); in CreateWideLoad()
380 void DPValue::moveBefore(DPValue *MoveBefore) { in moveBefore() argument384 insertBefore(MoveBefore); in moveBefore()
338 void moveBefore(DPValue *MoveBefore);
4076 BasicBlock::iterator MoveBefore; in freezeOtherUses() local4078 MoveBefore = in freezeOtherUses()4084 MoveBefore = *MoveBeforeOpt; in freezeOtherUses()4088 if (isa<DbgInfoIntrinsic>(MoveBefore)) in freezeOtherUses()4089 MoveBefore = MoveBefore->getNextNonDebugInstruction()->getIterator(); in freezeOtherUses()4092 MoveBefore.setHeadBit(false); in freezeOtherUses()4095 if (&FI != &*MoveBefore) { in freezeOtherUses()4096 FI.moveBefore(*MoveBefore->getParent(), MoveBefore); in freezeOtherUses()