Searched refs:ItinRWDefs (Results 1 – 3 of 3) sorted by relevance
647 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectSchedRW() local648 for (Record *ItinRWDef : ItinRWDefs) { in collectSchedRW()1197 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectProcItinRW() local1198 llvm::sort(ItinRWDefs, LessRecord()); in collectProcItinRW()1199 for (Record *RWDef : ItinRWDefs) { in collectProcItinRW()1208 ProcModels[I->second].ItinRWDefs.push_back(RWDef); in collectProcItinRW()1251 for (const Record *Rec : PM.ItinRWDefs) { in inferFromItinClass()2042 for (RecIter II = PM.ItinRWDefs.begin(), IE = PM.ItinRWDefs.end(); II != IE; in collectItinProcResources()
236 RecVec ItinRWDefs; member268 return !WriteResDefs.empty() || !ItinRWDefs.empty(); in hasInstrSchedModel()
1115 for (Record *I : ProcModel.ItinRWDefs) { in GenSchedClassTables()