Home | History | Annotate | Download | only in TableGen

Lines Matching full:ams

2082   std::vector<Record*> AMs = Records.getAllDerivedDefinitions("ComplexPattern");
2083 while (!AMs.empty()) {
2084 ComplexPatterns.insert(std::make_pair(AMs.back(), AMs.back()));
2085 AMs.pop_back();