Searched refs:updateCallGraph (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInternal.h | 50 void updateCallGraph(Function &Caller, ArrayRef<Function *> Funcs,
|
| H A D | Coroutines.cpp | 194 void coro::updateCallGraph(Function &ParentFunc, ArrayRef<Function *> NewFuncs, in updateCallGraph() function in coro
|
| H A D | CoroSplit.cpp | 795 coro::updateCallGraph(F, {}, CG, SCC); in splitCoroutine() 823 coro::updateCallGraph(F, {ResumeClone, DestroyClone, CleanupClone}, CG, SCC); in splitCoroutine()
|