Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDBasicBlock.h366 inline void moveBefore(BasicBlock *MovePos) { in moveBefore() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDInstruction.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
HDDebugProgramInstruction.cpp551 void DbgRecord::moveBefore(DbgRecord *MoveBefore) { in moveBefore() function in llvm::DbgRecord
HDBasicBlock.cpp281 void BasicBlock::moveBefore(SymbolTableList<BasicBlock>::iterator MovePos) { in moveBefore() function in BasicBlock
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/SandboxIR/
HDSandboxIR.h550 void moveBefore(Instruction *Before) { in moveBefore() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/SandboxIR/
HDSandboxIR.cpp370 void Instruction::moveBefore(BasicBlock &BB, const BBIterator &WhereIt) { in moveBefore() function in Instruction
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemorySSAUpdater.cpp1166 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() function in MemorySSAUpdater
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineBasicBlock.cpp674 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { in moveBefore() function in MachineBasicBlock
HDMachineInstr.cpp150 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore() function in MachineInstr
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanRecipes.cpp267 void VPRecipeBase::moveBefore(VPBasicBlock &BB, in moveBefore() function in VPRecipeBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonVectorCombine.cpp1205 auto moveBefore = [this](Instruction *In, Instruction *To) { in realignLoadGroup() local