Home
last modified time | relevance | path

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

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