Home
last modified time | relevance | path

Searched defs:MoveBefore (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp746 std::function<void(Value*, Value*)> MoveBefore = in CreateWideLoad() local
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3883 Instruction *MoveBefore = nullptr; in freezeOtherUses() local
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1221 func (bb BasicBlock) MoveBefore(pos BasicBlock) { C.LLVMMoveBasicBlockBefore(bb.C, pos.C) } func