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

  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 87 /// getSchedModel - Get the machine model for this subtarget's CPU.
89 const MCSchedModel *getSchedModel() const { return CPUSchedModel; }
  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 171 const TargetSchedModel *getSchedModel() const { return &SchedModel; }

Completed in 682 milliseconds