Home
last modified time | relevance | path

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

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