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

  /external/llvm/include/llvm/MC/
MCSchedule.h 175 // ILPWindow is the number of cycles that the scheduler effectively ignores
182 unsigned ILPWindow;
209 ILPWindow(DefaultILPWindow),
224 ILPWindow(ilp), MispredictPenalty(mp), ProcID(pi), ProcResourceTable(pr),
  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 88 unsigned getILPWindow() const { return SchedModel.ILPWindow; }

Completed in 6186 milliseconds