Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp766 auto *CallerContext = Builder.CreateCall(ProjectionFunc->getFunctionType(), in deriveNewFramePointer() local
768 CallerContext->setCallingConv(ProjectionFunc->getCallingConv()); in deriveNewFramePointer()
769 CallerContext->setDebugLoc(DbgLoc); in deriveNewFramePointer()
773 Type::getInt8Ty(Context), CallerContext, in deriveNewFramePointer()
777 auto InlineRes = InlineFunction(*CallerContext, InlineInfo); in deriveNewFramePointer()