Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h50 void updateCallGraph(Function &Caller, ArrayRef<Function *> Funcs,
H A DCoroutines.cpp194 void coro::updateCallGraph(Function &ParentFunc, ArrayRef<Function *> NewFuncs, in updateCallGraph() function in coro
H A DCoroSplit.cpp795 coro::updateCallGraph(F, {}, CG, SCC); in splitCoroutine()
823 coro::updateCallGraph(F, {ResumeClone, DestroyClone, CleanupClone}, CG, SCC); in splitCoroutine()