Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp225 SmallVector<Matcher *, 32> OptionsToMatch; in FactorNodes() local
237 OptionsToMatch.push_back(Child.release()); in FactorNodes()
243 auto E = OptionsToMatch.end(); in FactorNodes()
364 if (E != OptionsToMatch.end()) in FactorNodes()
365 OptionsToMatch.erase(E, OptionsToMatch.end()); in FactorNodes()
369 if (OptionsToMatch.size() == 1) { in FactorNodes()
370 MatcherPtr.reset(OptionsToMatch[0]); in FactorNodes()
374 if (OptionsToMatch.empty()) { in FactorNodes()
391 OptionsToMatch[i]->dump(); in FactorNodes()
413 OptionsToMatch[i]->dump(); in FactorNodes()
[all …]