Searched refs:OptionsToMatch (Results 1 – 1 of 1) sorted by relevance
202 SmallVector<Matcher*, 32> OptionsToMatch; in FactorNodes() local213 OptionsToMatch.push_back(SM->takeChild(j)); in FactorNodes()215 OptionsToMatch.push_back(Child.release()); in FactorNodes()224 for (unsigned OptionIdx = 0, e = OptionsToMatch.size(); OptionIdx != e;) { in FactorNodes()226 Matcher *Optn = OptionsToMatch[OptionIdx++]; in FactorNodes()242 while (OptionIdx != e && OptionsToMatch[OptionIdx]->isEqual(Optn)) in FactorNodes()243 EqualMatchers.push_back(OptionsToMatch[OptionIdx++]); in FactorNodes()254 Matcher *ScanMatcher = OptionsToMatch[Scan]; in FactorNodes()262 OptionsToMatch.erase(OptionsToMatch.begin()+Scan); in FactorNodes()284 OptionsToMatch[Scan] = M2; in FactorNodes()[all …]