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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 135 unsigned NumRegionInstrs;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 134 unsigned NumRegionInstrs;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 134 unsigned NumRegionInstrs;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 134 unsigned NumRegionInstrs;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 134 unsigned NumRegionInstrs;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 134 unsigned NumRegionInstrs;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 134 unsigned NumRegionInstrs;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 134 unsigned NumRegionInstrs;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 134 unsigned NumRegionInstrs;
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 458 unsigned NumRegionInstrs = 0;
464 ++NumRegionInstrs;
468 Scheduler.enterRegion(&*MBB, I, RegionEnd, NumRegionInstrs);
483 dbgs() << " RegionInstrs: " << NumRegionInstrs << '\n');
    [all...]

Completed in 2045 milliseconds