Searched refs:scheduleMI (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h500 void scheduleMI(SUnit *SU, bool IsTopNode);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp234 scheduleMI(SU, IsTopNode);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp2027 scheduleMI(SU, true);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1230 scheduleMI(SU, IsTopNode);
1389 void ScheduleDAGMILive::scheduleMI(SUnit *SU, bool IsTopNode) { function in class:ScheduleDAGMILive

Completed in 118 milliseconds