Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h139 bool isOutermost() const { return Parent == nullptr; } in isOutermost() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h170 bool isOutermost() const { return getParentLoop() == nullptr; } in isOutermost() function