Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2299 Instruction *CurrentMaterialization = nullptr; in rewriteMaterializableInstructions() local
2322 CurrentMaterialization = D->clone(); in rewriteMaterializableInstructions()
2323 CurrentMaterialization->setName(D->getName()); in rewriteMaterializableInstructions()
2324 CurrentMaterialization->insertBefore(InsertPoint); in rewriteMaterializableInstructions()
2325 InsertPoint = CurrentMaterialization; in rewriteMaterializableInstructions()
2330 I->replaceUsesOfWith(D, CurrentMaterialization); in rewriteMaterializableInstructions()
2338 {Use, D, CurrentMaterialization}); in rewriteMaterializableInstructions()
2340 InstructionsToProcess.push_back(CurrentMaterialization); in rewriteMaterializableInstructions()