Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp117 std::vector<std::pair<const ComplexPattern *, unsigned>> ComplexPatternList( in MatcherTableEmitter() local
119 stable_sort(ComplexPatternList, [](const auto &A, const auto &B) { in MatcherTableEmitter()
122 for (const auto &ComplexPattern : ComplexPatternList) in MatcherTableEmitter()