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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 114 unsigned NumRegionInstrs;
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 440 unsigned NumRegionInstrs = 0;
446 ++NumRegionInstrs;
450 Scheduler.enterRegion(MBB, I, RegionEnd, NumRegionInstrs);
466 dbgs() << " RegionInstrs: " << NumRegionInstrs
    [all...]

Completed in 56 milliseconds