Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h50 void updateCallGraph(Function &Caller, ArrayRef<Function *> Funcs,
DCoroutines.cpp193 void coro::updateCallGraph(Function &ParentFunc, ArrayRef<Function *> NewFuncs, in updateCallGraph() function in coro
DCoroSplit.cpp727 coro::updateCallGraph(F, {}, CG, SCC); in splitCoroutine()
755 coro::updateCallGraph(F, {ResumeClone, DestroyClone, CleanupClone}, CG, SCC); in splitCoroutine()