Home
last modified time | relevance | path

Searched refs:OptionsToMatch (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp225 SmallVector<Matcher *, 32> OptionsToMatch; in FactorNodes() local
235 OptionsToMatch.push_back(SM->takeChild(j)); in FactorNodes()
237 OptionsToMatch.push_back(Child.release()); in FactorNodes()
243 auto E = OptionsToMatch.end(); in FactorNodes()
244 for (auto I = OptionsToMatch.begin(); I != E; ++I) { in FactorNodes()
363 if (E != OptionsToMatch.end()) in FactorNodes()
364 OptionsToMatch.erase(E, OptionsToMatch.end()); in FactorNodes()
368 if (OptionsToMatch.size() == 1) { in FactorNodes()
369 MatcherPtr.reset(OptionsToMatch[0]); in FactorNodes()
373 if (OptionsToMatch.empty()) { in FactorNodes()
[all …]