Searched refs:updateCallGraph (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInternal.h | 50 void updateCallGraph(Function &Caller, ArrayRef<Function *> Funcs,
|
D | Coroutines.cpp | 193 void coro::updateCallGraph(Function &ParentFunc, ArrayRef<Function *> NewFuncs, in updateCallGraph() function in coro
|
D | CoroSplit.cpp | 727 coro::updateCallGraph(F, {}, CG, SCC); in splitCoroutine() 755 coro::updateCallGraph(F, {ResumeClone, DestroyClone, CleanupClone}, CG, SCC); in splitCoroutine()
|