Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1965 static void splitAround(Instruction *I, const Twine &Name) { in splitAround() function
2541 splitAround(Save, "CoroSave"); in buildCoroutineFrame()
2542 splitAround(CSI, "CoroSuspend"); in buildCoroutineFrame()
2547 splitAround(CE, "CoroEnd"); in buildCoroutineFrame()
2562 splitAround(Call, "MustTailCall.Before.CoroEnd"); in buildCoroutineFrame()