Home
last modified time | relevance | path

Searched defs:moveAfter (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DOperation.cpp569 void Operation::moveAfter(Operation *existingOp) { in moveAfter() function in Operation
575 void Operation::moveAfter(Block *block, in moveAfter() function in Operation
/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp556 void DbgRecord::moveAfter(DbgRecord *MoveAfter) { moveAfter() function in llvm::DbgRecord
H A DBasicBlock.cpp285 void BasicBlock::moveAfter(BasicBlock *MovePos) { moveAfter() function in BasicBlock
H A DInstruction.cpp175 void Instruction::moveAfter(Instruction *MovePos) { moveAfter() function in Instruction
/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp678 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) { moveAfter() function in MachineBasicBlock
/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1171 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { moveAfter() function in MemorySSAUpdater
/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp67 TEST(VPInstructionTest,moveAfter) TEST() argument
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp245 void VPRecipeBase::moveAfter(VPRecipeBase *InsertPos) { moveAfter() function in VPRecipeBase
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp1340 void PyOperationBase::moveAfter(PyOperationBase &other) { moveAfter() function in PyOperationBase