Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp190 std::unique_ptr<Matcher> *RebindableMatcherPtr = &InputMatcherPtr; in FactorNodes() local
193 Matcher *N = RebindableMatcherPtr->get(); in FactorNodes()
199 RebindableMatcherPtr = &(N->getNextPtr()); in FactorNodes()
201 std::unique_ptr<Matcher> &MatcherPtr = *RebindableMatcherPtr; in FactorNodes()