Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h370 return populateSlow(); in populate()
390 EdgeSequence &populateSlow();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp73 LazyCallGraph::EdgeSequence &LazyCallGraph::Node::populateSlow() { in populateSlow() function in LazyCallGraph::Node