Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1040 Value *OldVFrame = cast<Value>(VMap[Shape.CoroBegin]); in create() local
1041 if (OldVFrame != NewVFrame) in create()
1042 OldVFrame->replaceAllUsesWith(NewVFrame); in create()