Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp165 std::vector<Matcher*> PatternMatchers; in run() local
169 PatternMatchers.push_back(M); in run()
176 std::make_unique<ScopeMatcher>(PatternMatchers); in run()