Home
last modified time | relevance | path

Searched refs:isPopulated (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDXContainer.cpp28 bool ShaderHash::isPopulated() { in isPopulated()
27 bool ShaderHash::isPopulated() { isPopulated() function in ShaderHash
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h61 bool isPopulated();
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h331 bool isPopulated() const { return Edges.has_value(); } in isPopulated() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp261 assert(E.getNode().isPopulated() && "Can't have an unpopulated node!"); in verify()