Searched refs:MoveBefore (Results 1 – 4 of 4) sorted by relevance
747 std::function<void(Value*, Value*)> MoveBefore = in CreateWideLoad() local762 MoveBefore(Op, Source); in CreateWideLoad()777 MoveBefore(Base->getPointerOperand(), VecPtr); in CreateWideLoad()778 MoveBefore(VecPtr, WideLoad); in CreateWideLoad()
570 void DbgRecord::moveBefore(DbgRecord *MoveBefore) { in moveBefore() argument574 insertBefore(MoveBefore); in moveBefore()583 void DbgRecord::moveBefore(self_iterator MoveBefore) { in moveBefore() argument587 insertBefore(MoveBefore); in moveBefore()
206 LLVM_ABI void moveBefore(DbgRecord *MoveBefore);211 LLVM_ABI void moveBefore(self_iterator MoveBefore);
5006 BasicBlock::iterator MoveBefore; in freezeOtherUses() local5008 MoveBefore = in freezeOtherUses()5014 MoveBefore = *MoveBeforeOpt; in freezeOtherUses()5018 MoveBefore.setHeadBit(false); in freezeOtherUses()5021 if (&FI != &*MoveBefore) { in freezeOtherUses()5022 FI.moveBefore(*MoveBefore->getParent(), MoveBefore); in freezeOtherUses()