Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h51 void updateCallGraph(Function &Caller, ArrayRef<Function *> Funcs,
H A DCoroutines.cpp215 void coro::updateCallGraph(Function &ParentFunc, ArrayRef<Function *> NewFuncs, in updateCallGraph() function in coro
H A DCoroSplit.cpp1818 coro::updateCallGraph(F, Clones, CG, SCC); in updateCallGraphAfterCoroutineSplit()