Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp35 std::unique_ptr<Matcher> Child(Scope->takeChild(i)); in ContractNodes()
229 std::unique_ptr<Matcher> Child(Scope->takeChild(i)); in FactorNodes()
235 OptionsToMatch.push_back(SM->takeChild(j)); in FactorNodes()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h219 Matcher *takeChild(unsigned i) { in takeChild() function