Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h210 ArrayRef<Type*> getRetconResumeTypes() const { in getRetconResumeTypes() function
H A DCoroutines.cpp341 auto ResumeTys = getRetconResumeTypes(); in buildFrom()