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 115 unsigned NumRegionInstrs;
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 428 unsigned NumRegionInstrs = 0;
430 for(;I != MBB->begin(); --I, --RemainingInstrs, ++NumRegionInstrs) {
436 Scheduler.enterRegion(MBB, I, RegionEnd, NumRegionInstrs);
452 dbgs() << " RegionInstrs: " << NumRegionInstrs
    [all...]

Completed in 224 milliseconds