Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2372 static void splitAround(Instruction *I, const Twine &Name) { in splitAround() function
3083 splitAround(Save, "CoroSave"); in buildCoroutineFrame()
3084 splitAround(CSI, "CoroSuspend"); in buildCoroutineFrame()
3089 splitAround(CE, "CoroEnd"); in buildCoroutineFrame()
3104 splitAround(Call, "MustTailCall.Before.CoroEnd"); in buildCoroutineFrame()