Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp328 auto ContinuationId = cast<AnyCoroIdRetconInst>(Id); in buildFrom() local
329 ContinuationId->checkWellFormed(); in buildFrom()
333 auto Prototype = ContinuationId->getPrototype(); in buildFrom()
335 this->RetconLowering.Alloc = ContinuationId->getAllocFunction(); in buildFrom()
336 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in buildFrom()