HomeSort by relevance Sort by last modified time
    Searched defs:moveBefore (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/IR/
BasicBlock.cpp 108 /// moveBefore - Unlink this basic block from its current function and
110 void BasicBlock::moveBefore(BasicBlock *MovePos) {
Instruction.cpp 92 /// moveBefore - Unlink this instruction from its current basic block and
95 void Instruction::moveBefore(Instruction *MovePos) {
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 383 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) {
    [all...]
CodeGenPrepare.cpp 286 BB->moveBefore(&BB->getParent()->getEntryBlock());
426 BB->moveBefore(&BB->getParent()->getEntryBlock());
    [all...]

Completed in 251 milliseconds