Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp171 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() function in Instruction
175 void Instruction::moveBefore(BasicBlock::iterator MovePos) { in moveBefore() function in Instruction
210 void Instruction::moveBefore(BasicBlock &BB, InstListType::iterator I) { in moveBefore() function in Instruction
H A DDebugProgramInstruction.cpp570 void DbgRecord::moveBefore(DbgRecord *MoveBefore) { in moveBefore() function in llvm::DbgRecord
583 void DbgRecord::moveBefore(self_iterator MoveBefore) { in moveBefore() function in llvm::DbgRecord
H A DBasicBlock.cpp239 void BasicBlock::moveBefore(SymbolTableList<BasicBlock>::iterator MovePos) { in moveBefore() function in BasicBlock
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h386 inline void moveBefore(BasicBlock *MovePos) { in moveBefore() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp674 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { in moveBefore() function in MachineBasicBlock
H A DMachineInstr.cpp152 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore() function in MachineInstr
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1181 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() function in MemorySSAUpdater
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp100 void Instruction::moveBefore(BasicBlock &BB, const BBIterator &WhereIt) { in moveBefore() function in llvm::sandboxir::Instruction
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h204 void moveBefore(Instruction *Before) { in moveBefore() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp245 void VPRecipeBase::moveBefore(VPBasicBlock &BB, in moveBefore() function in VPRecipeBase
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1206 auto moveBefore = [this](BasicBlock::iterator In, BasicBlock::iterator To) { in realignLoadGroup() local