Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h946 void reschedulePhysRegCopies(SUnit *SU, bool isTop);
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp3060 void GenericScheduler::reschedulePhysRegCopies(SUnit *SU, bool isTop) { in reschedulePhysRegCopies() function in GenericScheduler
3097 reschedulePhysRegCopies(SU, true); in schedNode()
3102 reschedulePhysRegCopies(SU, false); in schedNode()