Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp326 auto ContinuationId = cast<AnyCoroIdRetconInst>(Id); in buildFrom() local
327 ContinuationId->checkWellFormed(); in buildFrom()
331 auto Prototype = ContinuationId->getPrototype(); in buildFrom()
333 this->RetconLowering.Alloc = ContinuationId->getAllocFunction(); in buildFrom()
334 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in buildFrom()