Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DLazyCallGraph.h368 return populateSlow(); in populate()
388 EdgeSequence &populateSlow();
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLazyCallGraph.cpp70 LazyCallGraph::EdgeSequence &LazyCallGraph::Node::populateSlow() { in populateSlow() function in LazyCallGraph::Node