Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h343 bool isPopulated() const { return Edges.hasValue(); } in isPopulated() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp245 assert(E.getNode().isPopulated() && "Can't have an unpopulated node!"); in verify()