Searched refs:RawFramePtr (Results 1 – 1 of 1) sorted by relevance
1787 Value *RawFramePtr; in splitRetconCoroutine() local1789 RawFramePtr = Id->getStorage(); in splitRetconCoroutine()1800 RawFramePtr = Shape.emitAlloc(Builder, Builder.getInt64(Size), nullptr); in splitRetconCoroutine()1801 RawFramePtr = in splitRetconCoroutine()1802 Builder.CreateBitCast(RawFramePtr, Shape.CoroBegin->getType()); in splitRetconCoroutine()1805 Builder.CreateStore(RawFramePtr, Id->getStorage()); in splitRetconCoroutine()1812 Shape.CoroBegin->replaceAllUsesWith(RawFramePtr); in splitRetconCoroutine()