Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h908 void reschedulePhysRegCopies(SUnit *SU, bool isTop);
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2922 void GenericScheduler::reschedulePhysRegCopies(SUnit *SU, bool isTop) { in reschedulePhysRegCopies() function in GenericScheduler
2959 reschedulePhysRegCopies(SU, true); in schedNode()
2965 reschedulePhysRegCopies(SU, false); in schedNode()