Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp1007 static void splitAround(Instruction *I, const Twine &Name) { in splitAround() function
1342 splitAround(Save, "CoroSave"); in buildCoroutineFrame()
1343 splitAround(CSI, "CoroSuspend"); in buildCoroutineFrame()
1348 splitAround(CE, "CoroEnd"); in buildCoroutineFrame()