Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroShape.h132 Function *ResumePrototype; member
201 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType()
226 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()
237 return RetconLowering.ResumePrototype->getCallingConv(); in getResumeFunctionCC()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp329 RetconLowering.ResumePrototype = Prototype; in analyze()
426 Shape.RetconLowering.ResumePrototype->getFunctionType()->dump(); in init()
435 Shape.RetconLowering.ResumePrototype->getFunctionType()->dump(); in init()
454 Shape.RetconLowering.ResumePrototype->getFunctionType()->dump(); in init()
462 Shape.RetconLowering.ResumePrototype->getFunctionType()->dump(); in init()
H A DCoroSplit.cpp978 NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes(); in create()