Home
last modified time | relevance | path

Searched defs:moveBefore (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp108 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() function in Instruction
116 void Instruction::moveBefore(BasicBlock &BB, in moveBefore() function in Instruction
H A DBasicBlock.cpp136 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore() function in BasicBlock
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp186 void VPRecipeBase::moveBefore(VPBasicBlock &BB, in moveBefore() function in VPRecipeBase
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp659 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { in moveBefore() function in MachineBasicBlock
H A DMachineInstr.cpp139 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore() function in MachineInstr
H A DCodeGenPrepare.cpp3193 void TypePromotionTransaction::moveBefore(Instruction *Inst, in moveBefore() function in TypePromotionTransaction
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1191 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() function in MemorySSAUpdater
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp906 auto moveBefore = [this](Instruction *In, Instruction *To) { in realignLoadGroup() local