Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp387 Type *PromiseType = Shape.PromiseAlloca in buildFrameType()
388 ? Shape.PromiseAlloca->getType()->getElementType() in buildFrameType()
403 if (CurrentDef == Shape.PromiseAlloca) in buildFrameType()
492 if (Shape.PromiseAlloca) in insertSpills()
493 Allocas.emplace_back(Shape.PromiseAlloca, coro::Shape::PromiseField); in insertSpills()
870 Shape.PromiseAlloca = Shape.CoroBegin->getId()->getPromise(); in buildCoroutineFrame()
871 if (Shape.PromiseAlloca) { in buildCoroutineFrame()
927 if (Shape.PromiseAlloca == &I) in buildCoroutineFrame()
DCoroInternal.h85 AllocaInst *PromiseAlloca; member
DCoroutines.cpp221 Shape.PromiseAlloca = nullptr; in clear()