Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp716 EpilogueMatchers.emplace_back(std::move(OP)); in optimize()
721 llvm::sort(EpilogueMatchers, [](const std::unique_ptr<PredicateMatcher> &L, in optimize()
1034 for (const auto &PM : EpilogueMatchers) in emit()
H A DGlobalISelMatchTable.h520 std::vector<std::unique_ptr<PredicateMatcher>> EpilogueMatchers; variable