Home
last modified time | relevance | path

Searched defs:CodeGenProcModel (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenSchedule.h174 struct CodeGenProcModel { struct
175 unsigned Index;
199 CodeGenProcModel(unsigned Idx, const std::string &Name, Record *MDef, in CodeGenProcModel() argument
203 bool hasItineraries() const { in hasItineraries()
227 std::vector<CodeGenProcModel> ProcModels; argument