Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h333 bool isPopulated() const { return Edges.hasValue(); } in isPopulated() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp258 assert(E.getNode().isPopulated() && "Can't have an unpopulated node!"); in verify()