Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h104 void setChildrenFlag(bool hasChild) { Children = hasChild; } in setChildrenFlag() argument
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp411 bool NeedCheck = !Root.hasChild(&N); in EmitOperatorMatchCode()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h738 bool hasChild(const TreePatternNode *N) const { in hasChild() function