Home
last modified time | relevance | path

Searched refs:MoveBefore (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp747 std::function<void(Value*, Value*)> MoveBefore = in CreateWideLoad() local
762 MoveBefore(Op, Source); in CreateWideLoad()
777 MoveBefore(Base->getPointerOperand(), VecPtr); in CreateWideLoad()
778 MoveBefore(VecPtr, WideLoad); in CreateWideLoad()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp570 void DbgRecord::moveBefore(DbgRecord *MoveBefore) { in moveBefore() argument
574 insertBefore(MoveBefore); in moveBefore()
583 void DbgRecord::moveBefore(self_iterator MoveBefore) { in moveBefore() argument
587 insertBefore(MoveBefore); in moveBefore()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h206 LLVM_ABI void moveBefore(DbgRecord *MoveBefore);
211 LLVM_ABI void moveBefore(self_iterator MoveBefore);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5006 BasicBlock::iterator MoveBefore; in freezeOtherUses() local
5008 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()