Home
last modified time | relevance | path

Searched defs:hasChild (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h83 void setChildrenFlag(bool hasChild) { Children = hasChild; } in setChildrenFlag()
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h377 bool hasChild(const TreePatternNode *N) const { in hasChild() function