Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp166 std::vector<Matcher*> PatternMatchers; in run() local
170 PatternMatchers.push_back(M); in run()
177 llvm::make_unique<ScopeMatcher>(PatternMatchers); in run()