Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/utils/TableGen/
HDDAGISelMatcherOpt.cpp209 std::unique_ptr<Matcher> *RebindableMatcherPtr = &InputMatcherPtr; in FactorNodes() local
212 Matcher *N = RebindableMatcherPtr->get(); in FactorNodes()
219 RebindableMatcherPtr = &(N->getNextPtr()); in FactorNodes()
221 std::unique_ptr<Matcher> &MatcherPtr = *RebindableMatcherPtr; in FactorNodes()