Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DBlock.cpp53 void Block::moveBefore(Block *block) { moveBefore() function in Block
60 void Block::moveBefore(Region *region, llvm::iplist<Block>::iterator iterator) { moveBefore() function in Block
H A DOperation.cpp555 void Operation::moveBefore(Operation *existingOp) { in moveBefore() function in Operation
561 void Operation::moveBefore(Block *block, in moveBefore() function in Operation
/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h366 inline void moveBefore(BasicBlock *MovePos) { moveBefore() function
/llvm-project/llvm/lib/IR/
H A DInstruction.cpp167 void Instruction::moveBefore(Instruction *MovePos) { moveBefore() function in Instruction
191 void Instruction::moveBefore(BasicBlock &BB, InstListType::iterator I) { moveBefore() function in Instruction
H A DDebugProgramInstruction.cpp550 void DbgRecord::moveBefore(DbgRecord *MoveBefore) { moveBefore() function in llvm::DbgRecord
H A DBasicBlock.cpp281 void BasicBlock::moveBefore(SymbolTableList<BasicBlock>::iterator MovePos) { moveBefore() function in BasicBlock
/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp674 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { moveBefore() function in MachineBasicBlock
H A DMachineInstr.cpp150 void MachineInstr::moveBefore(MachineInstr *MovePos) { moveBefore() function in MachineInstr
/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1166 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { moveBefore() function in MemorySSAUpdater
/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp94 TEST(VPInstructionTest,moveBefore) TEST() argument
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp250 void VPRecipeBase::moveBefore(VPBasicBlock &BB, moveBefore() function in VPRecipeBase
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1205 auto moveBefore = [this](BasicBlock::iterator In, BasicBlock::iterator To) { in realignLoadGroup() local
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp1349 void PyOperationBase::moveBefore(PyOperationBase &other) { moveBefore() function in PyOperationBase