HomeSort by: relevance | last modified time | path
    Searched refs:moveInstruction (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h 343 void moveInstruction(MachineInstr *MI, MachineBasicBlock::iterator InsertPos);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp 733 void ScheduleDAGMI::moveInstruction(
805 moveInstruction(MI, CurrentTop);
815 moveInstruction(MI, CurrentBottom);
1415 moveInstruction(MI, CurrentTop);
1450 moveInstruction(MI, CurrentBottom);
3458 DAG->moveInstruction(Copy, InsertPos);

Completed in 31 milliseconds