Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2402 static void splitAround(Instruction *I, const Twine &Name) { in splitAround() function
3115 splitAround(Save, "CoroSave"); in buildCoroutineFrame()
3116 splitAround(CSI, "CoroSuspend"); in buildCoroutineFrame()
3121 splitAround(CE, "CoroEnd"); in buildCoroutineFrame()
3136 splitAround(Call, "MustTailCall.Before.CoroEnd"); in buildCoroutineFrame()