Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp423 Matcher *PrevMatcher = Cases[Entry-1].second; in FactorNodes() local
424 if (ScopeMatcher *SM = dyn_cast<ScopeMatcher>(PrevMatcher)) { in FactorNodes()
430 Matcher *Entries[2] = { PrevMatcher, MatcherWithoutCTM }; in FactorNodes()