Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h368 return populateSlow(); in populate()
388 EdgeSequence &populateSlow();
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp70 LazyCallGraph::EdgeSequence &LazyCallGraph::Node::populateSlow() { in populateSlow() function in LazyCallGraph::Node