Home
last modified time | relevance | path

Searched refs:addSplitRefRecursiveFunctions (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1068 void addSplitRefRecursiveFunctions(Function &OriginalFunction,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1691 void LazyCallGraph::addSplitRefRecursiveFunctions( in addSplitRefRecursiveFunctions() function in LazyCallGraph
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1849 CG.addSplitRefRecursiveFunctions(N.getFunction(), Clones); in updateCallGraphAfterCoroutineSplit()