Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp860 static void splitAround(Instruction *I, const Twine &Name) { in splitAround() function
879 splitAround(CSI->getCoroSave(), "CoroSave"); in buildCoroutineFrame()
880 splitAround(CSI, "CoroSuspend"); in buildCoroutineFrame()
885 splitAround(CE, "CoroEnd"); in buildCoroutineFrame()