Searched defs:moveBefore (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/IR/
H A DBasicBlock.cpp108 /// moveBefore - Unlink this basic block from its current function and
110 void BasicBlock::moveBefore(BasicBlock *MovePos) { function in class:BasicBlock
H A DInstruction.cpp92 /// moveBefore - Unlink this instruction from its current basic block and
95 void Instruction::moveBefore(Instruction *MovePos) { function in class:Instruction
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp383 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { function in class:MachineBasicBlock
H A DCodeGenPrepare.cpp286 BB->moveBefore(&BB->getParent()->getEntryBlock());
426 BB->moveBefore(&BB->getParent()->getEntryBlock());
1166 Inst->moveBefore(Position);
1183 Inst->moveBefore(Before);
1188 DEBUG(dbgs() << "Undo: moveBefore: " << *Inst << "\n");
1424 /// Same as Instruction::moveBefore.
1425 void moveBefore(Instruction *Inst, Instruction *Before);
1471 void TypePromotionTransaction::moveBefore(Instruction *Inst, function in class:__anon25735::TypePromotionTransaction
1912 TPT.moveBefore(SExtForOpnd, SExtOpnd);

Completed in 89 milliseconds