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.h366 return populateSlow(); in populate()
386 LLVM_ABI EdgeSequence &populateSlow();
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp72 LazyCallGraph::EdgeSequence &LazyCallGraph::Node::populateSlow() { in populateSlow() function in LazyCallGraph::Node