Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1118 Value *OldVFrame = cast<Value>(VMap[Shape.CoroBegin]); in create() local
1119 if (OldVFrame != NewVFrame) in create()
1120 OldVFrame->replaceAllUsesWith(NewVFrame); in create()