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.cpp1044 void ScheduleDAGMI::moveInstruction( in moveInstruction() function in ScheduleDAGMI
1117 moveInstruction(MI, CurrentTop); in schedule()
1127 moveInstruction(MI, CurrentBottom); in schedule()
1911 moveInstruction(MI, CurrentTop); in scheduleMI()
1947 moveInstruction(MI, CurrentBottom); in scheduleMI()
4257 DAG->moveInstruction(Copy, InsertPos); in reschedulePhysReg()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h365 void moveInstruction(MachineInstr *MI, MachineBasicBlock::iterator InsertPos);