Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h896 void reschedulePhysRegCopies(SUnit *SU, bool isTop);
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2830 void GenericScheduler::reschedulePhysRegCopies(SUnit *SU, bool isTop) { in reschedulePhysRegCopies() function in GenericScheduler
2867 reschedulePhysRegCopies(SU, true); in schedNode()
2873 reschedulePhysRegCopies(SU, false); in schedNode()