Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1201 void buildSCCs(RefSCC &RC, node_stack_range Nodes);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1899 void LazyCallGraph::buildSCCs(RefSCC &RC, node_stack_range Nodes) { in buildSCCs() function in LazyCallGraph
1956 buildSCCs(*NewRC, Nodes); in buildRefSCCs()