Searched refs:RawFramePtr (Results 1 – 1 of 1) sorted by relevance
1802 Value *RawFramePtr; in splitRetconCoroutine() local1804 RawFramePtr = Id->getStorage(); in splitRetconCoroutine()1815 RawFramePtr = Shape.emitAlloc(Builder, Builder.getInt64(Size), nullptr); in splitRetconCoroutine()1816 RawFramePtr = in splitRetconCoroutine()1817 Builder.CreateBitCast(RawFramePtr, Shape.CoroBegin->getType()); in splitRetconCoroutine()1821 RawFramePtr->getType()->getPointerTo()); in splitRetconCoroutine()1822 Builder.CreateStore(RawFramePtr, Dest); in splitRetconCoroutine()1829 Shape.CoroBegin->replaceAllUsesWith(RawFramePtr); in splitRetconCoroutine()