Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DMaterializationUtils.cpp178 SmallVector<Instruction *> InstructionsToProcess; in rewriteMaterializableInstructions() local
205 for (auto &I : InstructionsToProcess) in rewriteMaterializableInstructions()
216 InstructionsToProcess.push_back(CurrentMaterialization); in rewriteMaterializableInstructions()