Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp326 auto ContinuationId = getRetconCoroId(); in analyze() local
327 ContinuationId->checkWellFormed(); in analyze()
328 auto Prototype = ContinuationId->getPrototype(); in analyze()
330 RetconLowering.Alloc = ContinuationId->getAllocFunction(); in analyze()
331 RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in analyze()