Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp177 SmallVector<Matcher *, 0> PatternMatchers; in run() local
181 PatternMatchers.push_back(M); in run()
188 std::make_unique<ScopeMatcher>(std::move(PatternMatchers)); in run()