Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp797 auto *ProjectionFunc = in deriveNewFramePointer() local
802 auto *CallerContext = Builder.CreateCall(ProjectionFunc->getFunctionType(), in deriveNewFramePointer()
803 ProjectionFunc, CalleeContext); in deriveNewFramePointer()
804 CallerContext->setCallingConv(ProjectionFunc->getCallingConv()); in deriveNewFramePointer()