Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp285 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter() function in BasicBlock
H A DDebugProgramInstruction.cpp557 void DbgRecord::moveAfter(DbgRecord *MoveAfter) { in moveAfter() function in llvm::DbgRecord
H A DInstruction.cpp175 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter() function in Instruction
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h554 void moveAfter(Instruction *After) { in moveAfter() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp678 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) { in moveAfter() function in MachineBasicBlock
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1171 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() function in MemorySSAUpdater
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp262 void VPRecipeBase::moveAfter(VPRecipeBase *InsertPos) { in moveAfter() function in VPRecipeBase