Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp802 auto *CallerContext = Builder.CreateCall(ProjectionFunc->getFunctionType(), in deriveNewFramePointer() local
804 CallerContext->setCallingConv(ProjectionFunc->getCallingConv()); in deriveNewFramePointer()
805 CallerContext->setDebugLoc(DbgLoc); in deriveNewFramePointer()
809 Type::getInt8Ty(Context), CallerContext, in deriveNewFramePointer()
813 auto InlineRes = InlineFunction(*CallerContext, InlineInfo); in deriveNewFramePointer()