Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp861 static void splitAround(Instruction *I, const Twine &Name) { in splitAround() function
880 splitAround(CSI->getCoroSave(), "CoroSave"); in buildCoroutineFrame()
881 splitAround(CSI, "CoroSuspend"); in buildCoroutineFrame()
886 splitAround(CE, "CoroEnd"); in buildCoroutineFrame()