Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h163 bool isPostRA() const { return IsPostRA; } in isPostRA() function
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp394 bool IsPostRA = Scheduler.isPostRA(); in scheduleRegions()
459 DEBUG(dbgs() << "********** " << ((Scheduler.isPostRA()) ? "PostRA " : "") in scheduleRegions()
487 if (Scheduler.isPostRA()) { in scheduleRegions()