Searched refs:PromiseAlloca (Results 1 – 3 of 3) sorted by relevance
387 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()
85 AllocaInst *PromiseAlloca; member
221 Shape.PromiseAlloca = nullptr; in clear()