Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp25 static void ContractNodes(std::unique_ptr<Matcher> &InputMatcherPtr, in ContractNodes() argument
27 std::unique_ptr<Matcher> *MatcherPtr = &InputMatcherPtr; in ContractNodes()
332 static void FactorNodes(std::unique_ptr<Matcher> &InputMatcherPtr);
615 static void FactorNodes(std::unique_ptr<Matcher> &InputMatcherPtr) { in FactorNodes() argument
618 std::unique_ptr<Matcher> *MatcherPtr = &InputMatcherPtr; in FactorNodes()