Home
last modified time | relevance | path

Searched refs:SchedClassTable (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
DMCSchedule.h193 const MCSchedClassDesc *SchedClassTable; variable
211 ProcID(0), ProcResourceTable(0), SchedClassTable(0), in MCSchedModel()
225 SchedClassTable(sc), NumProcResourceKinds(npr), NumSchedClasses(nsc), in MCSchedModel()
231 bool hasInstrSchedModel() const { return SchedClassTable; } in hasInstrSchedModel()
248 return &SchedClassTable[SchedClassIdx]; in getSchedClassDesc()