Home
last modified time | relevance | path

Searched refs:splitCoroutine (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1345 static void splitCoroutine(Function &F, coro::Shape &Shape, in splitCoroutine() function
1357 static void splitCoroutine(Function &F, CallGraph &CG, CallGraphSCC &SCC) { in splitCoroutine() function
1379 splitCoroutine(F, Shape, Clones); in splitCoroutine()
1586 splitCoroutine(*F, CG, SCC); in runOnSCC()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1932 static coro::Shape splitCoroutine(Function &F, in splitCoroutine() function
2145 const coro::Shape Shape = splitCoroutine( in run()