HomeSort by relevance Sort by last modified time
    Searched defs:IsPostRA (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 88 /// isPostRA flag indicates vregs cannot be present.
89 bool IsPostRA;
165 bool isPostRA() const { return IsPostRA; }
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 375 bool IsPostRA) {
382 bool IsPostRA = Scheduler.isPostRA();
420 isSchedBoundary(std::prev(RegionEnd), MBB, MF, TII, IsPostRA)) {
431 if (isSchedBoundary(std::prev(I), MBB, MF, TII, IsPostRA))
445 DEBUG(dbgs() << "********** " << ((Scheduler.isPostRA()) ? "PostRA " : "")
468 if (Scheduler.isPostRA()) {
    [all...]

Completed in 37 milliseconds