Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DDIE.h104 void setChildrenFlag(bool hasChild) { Children = hasChild; } in setChildrenFlag() argument
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp419 bool NeedCheck = !Root->hasChild(N); in EmitOperatorMatchCode()
DCodeGenDAGPatterns.h729 bool hasChild(const TreePatternNode *N) const { in hasChild() function