Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2329 Instruction *CurrentMaterialization = nullptr; in rewriteMaterializableInstructions() local
2352 CurrentMaterialization = D->clone(); in rewriteMaterializableInstructions()
2353 CurrentMaterialization->setName(D->getName()); in rewriteMaterializableInstructions()
2354 CurrentMaterialization->insertBefore(InsertPoint); in rewriteMaterializableInstructions()
2355 InsertPoint = CurrentMaterialization; in rewriteMaterializableInstructions()
2360 I->replaceUsesOfWith(D, CurrentMaterialization); in rewriteMaterializableInstructions()
2368 {Use, D, CurrentMaterialization}); in rewriteMaterializableInstructions()
2370 InstructionsToProcess.push_back(CurrentMaterialization); in rewriteMaterializableInstructions()