Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2159 static void splitAround(Instruction *I, const Twine &Name) { in splitAround() function
2742 splitAround(Save, "CoroSave"); in buildCoroutineFrame()
2743 splitAround(CSI, "CoroSuspend"); in buildCoroutineFrame()
2748 splitAround(CE, "CoroEnd"); in buildCoroutineFrame()
2763 splitAround(Call, "MustTailCall.Before.CoroEnd"); in buildCoroutineFrame()