Searched refs:OptionsToMatch (Results 1 – 2 of 2) sorted by relevance
196 SmallVector<Matcher*, 32> OptionsToMatch; in FactorNodes() local204 OptionsToMatch.push_back(N); in FactorNodes()211 for (unsigned OptionIdx = 0, e = OptionsToMatch.size(); OptionIdx != e;) { in FactorNodes()213 Matcher *Optn = OptionsToMatch[OptionIdx++]; in FactorNodes()229 while (OptionIdx != e && OptionsToMatch[OptionIdx]->isEqual(Optn)) in FactorNodes()230 EqualMatchers.push_back(OptionsToMatch[OptionIdx++]); in FactorNodes()241 Matcher *ScanMatcher = OptionsToMatch[Scan]; in FactorNodes()249 OptionsToMatch.erase(OptionsToMatch.begin()+Scan); in FactorNodes()271 OptionsToMatch[Scan] = M2; in FactorNodes()286 OptionsToMatch[Scan]->print(errs(), 4); in FactorNodes()[all …]
261 SmallVector<Matcher*, 32> OptionsToMatch; in FactorNodes() local269 OptionsToMatch.push_back(N); in FactorNodes()276 for (unsigned OptionIdx = 0, e = OptionsToMatch.size(); OptionIdx != e;) { in FactorNodes()278 Matcher *Optn = OptionsToMatch[OptionIdx++]; in FactorNodes()294 while (OptionIdx != e && OptionsToMatch[OptionIdx]->isEqual(Optn)) in FactorNodes()295 EqualMatchers.push_back(OptionsToMatch[OptionIdx++]); in FactorNodes()306 Matcher *ScanMatcher = OptionsToMatch[Scan]; in FactorNodes()314 OptionsToMatch.erase(OptionsToMatch.begin()+Scan); in FactorNodes()336 OptionsToMatch[Scan] = M2; in FactorNodes()351 OptionsToMatch[Scan]->print(errs(), 4); in FactorNodes()[all …]