Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2076 static void splitAround(Instruction *I, const Twine &Name) { in splitAround() function
2664 splitAround(Save, "CoroSave"); in buildCoroutineFrame()
2665 splitAround(CSI, "CoroSuspend"); in buildCoroutineFrame()
2670 splitAround(CE, "CoroEnd"); in buildCoroutineFrame()
2685 splitAround(Call, "MustTailCall.Before.CoroEnd"); in buildCoroutineFrame()