Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp36 Scope->resetChild(i, Child.release()); in ContractNodes()
575 SM->resetChild(SM->getNumChildren() - 1, MatcherWithoutCTM); in FactorScope()
611 Scope->resetChild(i, OptionsToMatch[i]); in FactorScope()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h214 void resetChild(unsigned i, Matcher *N) { in resetChild() function