Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp378 auto ContinuationId = cast<AnyCoroIdRetconInst>(Id); in buildFrom() local
379 ContinuationId->checkWellFormed(); in buildFrom()
383 auto Prototype = ContinuationId->getPrototype(); in buildFrom()
385 this->RetconLowering.Alloc = ContinuationId->getAllocFunction(); in buildFrom()
386 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in buildFrom()