Home | History | Annotate | Download | only in TableGen

Lines Matching refs:UnitList

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