Home | History | Annotate | Download | only in TableGen

Lines Matching refs:UnitList

293     const std::vector<Record*> &UnitList = Stage->getValueAsListOfDefs("Units");
296 for (unsigned j = 0, M = UnitList.size(); j < M;) {
298 ItinString += Name + "FU::" + UnitList[j]->getName();