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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 87 /// moveBefore - Unlink this instruction from its current basic block and
90 void Instruction::moveBefore(Instruction *MovePos) {
BasicBlock.cpp 104 /// moveBefore - Unlink this basic block from its current function and
106 void BasicBlock::moveBefore(BasicBlock *MovePos) {
  /external/llvm/lib/IR/
BasicBlock.cpp 103 void BasicBlock::moveBefore(BasicBlock *MovePos) {
Instruction.cpp 94 void Instruction::moveBefore(Instruction *MovePos) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineBasicBlock.cpp 272 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) {
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 396 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) {
    [all...]
CodeGenPrepare.cpp 358 BB->moveBefore(&BB->getParent()->getEntryBlock());
514 BB->moveBefore(&BB->getParent()->getEntryBlock());
    [all...]

Completed in 199 milliseconds