Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp776 auto *CallerContext = Builder.CreateCall( in deriveNewFramePointer() local
779 CallerContext->setCallingConv(ProjectionFunc->getCallingConv()); in deriveNewFramePointer()
780 CallerContext->setDebugLoc(DbgLoc); in deriveNewFramePointer()
784 Type::getInt8Ty(Context), CallerContext, in deriveNewFramePointer()
788 auto InlineRes = InlineFunction(*CallerContext, InlineInfo); in deriveNewFramePointer()