Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroShape.h193 FunctionType *getResumeFunctionType() const { in getResumeFunctionType() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp246 auto *RetTy = Shape.getResumeFunctionType()->getReturnType(); in replaceFallthroughCoroEnd()
284 auto RetTy = Shape.getResumeFunctionType()->getReturnType(); in replaceFallthroughCoroEnd()
455 ? Shape.getResumeFunctionType() in createCloneDeclaration()