Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroShape.h210 ArrayRef<Type *> getRetconResultTypes() const { in getRetconResultTypes() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp396 auto ResultTys = Shape.getRetconResultTypes(); in init()
H A DCoroSplit.cpp1893 for (auto *ResultTy : Shape.getRetconResultTypes()) in splitCoroutine()