Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp853 auto *ProjectionFunc = in deriveNewFramePointer() local
858 auto *CallerContext = Builder.CreateCall(ProjectionFunc->getFunctionType(), in deriveNewFramePointer()
859 ProjectionFunc, CalleeContext); in deriveNewFramePointer()
860 CallerContext->setCallingConv(ProjectionFunc->getCallingConv()); in deriveNewFramePointer()