Home
last modified time | relevance | path

Searched refs:moveAfterPreserving (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h218 void moveAfterPreserving(Instruction *MovePos);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp178 void Instruction::moveAfterPreserving(Instruction *MovePos) { in moveAfterPreserving() function in Instruction