Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1877 Value *RawFramePtr; in splitRetconCoroutine() local
1879 RawFramePtr = Id->getStorage(); in splitRetconCoroutine()
1890 RawFramePtr = Shape.emitAlloc(Builder, Builder.getInt64(Size), nullptr); in splitRetconCoroutine()
1891 RawFramePtr = in splitRetconCoroutine()
1892 Builder.CreateBitCast(RawFramePtr, Shape.CoroBegin->getType()); in splitRetconCoroutine()
1895 Builder.CreateStore(RawFramePtr, Id->getStorage()); in splitRetconCoroutine()
1902 Shape.CoroBegin->replaceAllUsesWith(RawFramePtr); in splitRetconCoroutine()