Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp868 auto *ProjectionFunc = in deriveNewFramePointer() local
873 auto *CallerContext = Builder.CreateCall(ProjectionFunc->getFunctionType(), in deriveNewFramePointer()
874 ProjectionFunc, CalleeContext); in deriveNewFramePointer()
875 CallerContext->setCallingConv(ProjectionFunc->getCallingConv()); in deriveNewFramePointer()