Searched refs:InstDefs (Results 1 – 2 of 2) sorted by relevance
999 for (RecIter I = InstDefs.begin(), E = InstDefs.end(); I != E; ++I) { in createSchedClassName()1000 if (I != InstDefs.begin()) in createSchedClassName()1054 if (InstDefs->empty()) in createInstRWClass()1057 for (Record *InstDef : *InstDefs) { in createInstRWClass()1068 ArrayRef<Record*> InstDefs = Entry.second; in createInstRWClass() local1079 if (OrigNumInstrs == InstDefs.size()) { in createInstRWClass()1088 for (Record *Inst : InstDefs) { in createInstRWClass()1120 for (Record *InstDef : InstDefs) { in createInstRWClass()1132 for (Record *InstDef : InstDefs) in createInstRWClass()1269 const RecVec *InstDefs = Sets.expand(Rec); in inferFromInstRWs() local[all …]
598 std::string createSchedClassName(const RecVec &InstDefs);