Home
last modified time | relevance | path

Searched refs:moveInstruction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp802 void ScheduleDAGMI::moveInstruction( in moveInstruction() function in ScheduleDAGMI
874 moveInstruction(MI, CurrentTop); in schedule()
884 moveInstruction(MI, CurrentBottom); in schedule()
1660 moveInstruction(MI, CurrentTop); in scheduleMI()
1696 moveInstruction(MI, CurrentBottom); in scheduleMI()
3825 DAG->moveInstruction(Copy, InsertPos); in reschedulePhysReg()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h353 void moveInstruction(MachineInstr *MI, MachineBasicBlock::iterator InsertPos);