Home
last modified time | relevance | path

Searched refs:addSplitFunction (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp106 LCG->addSplitFunction(OriginalFn, NewFn); in registerOutlinedFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1078 void addSplitFunction(Function &OriginalFunction, Function &NewFunction);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1609 void LazyCallGraph::addSplitFunction(Function &OriginalFunction, in addSplitFunction() function in LazyCallGraph
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp2091 CG.addSplitFunction(N.getFunction(), *Clone); in updateCallGraphAfterCoroutineSplit()