Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h51 void updateCallGraph(Function &Caller, ArrayRef<Function *> Funcs,
DCoroutines.cpp208 void coro::updateCallGraph(Function &ParentFunc, ArrayRef<Function *> NewFuncs, in updateCallGraph() function in coro
DCoroSplit.cpp1390 coro::updateCallGraph(F, Clones, CG, SCC); in splitCoroutine()