Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h366 inline void moveBefore(BasicBlock *MovePos) { in moveBefore() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp167 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() function in Instruction
191 void Instruction::moveBefore(BasicBlock &BB, InstListType::iterator I) { in moveBefore() function in Instruction
H A DBasicBlock.cpp281 void BasicBlock::moveBefore(SymbolTableList<BasicBlock>::iterator MovePos) { in moveBefore() function in BasicBlock
H A DDebugProgramInstruction.cpp551 void DbgRecord::moveBefore(DbgRecord *MoveBefore) { in moveBefore() function in llvm::DbgRecord
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h550 void moveBefore(Instruction *Before) { in moveBefore() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp370 void Instruction::moveBefore(BasicBlock &BB, const BBIterator &WhereIt) { in moveBefore() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp674 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { in moveBefore() function in MachineBasicBlock
H A DMachineInstr.cpp150 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore() function in MachineInstr
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1166 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() function in MemorySSAUpdater
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp267 void VPRecipeBase::moveBefore(VPBasicBlock &BB, in moveBefore() function in VPRecipeBase
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1205 auto moveBefore = [this](Instruction *In, Instruction *To) { in realignLoadGroup() local