Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1026 Value *OldVFrame = cast<Value>(VMap[Shape.CoroBegin]); in create() local
1027 if (OldVFrame != NewVFrame) in create()
1028 OldVFrame->replaceAllUsesWith(NewVFrame); in create()