Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp86 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() function in Instruction
94 void Instruction::moveBefore(BasicBlock &BB, in moveBefore() function in Instruction
DBasicBlock.cpp127 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore() function in BasicBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp524 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { in moveBefore() function in MachineBasicBlock
DCodeGenPrepare.cpp2819 void TypePromotionTransaction::moveBefore(Instruction *Inst, in moveBefore() function in TypePromotionTransaction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp1151 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() function in MemorySSAUpdater