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 DCoroFrame.cpp2332 SmallVector<Instruction *> InstructionsToProcess; in rewriteMaterializableInstructions() local
2359 for (auto &I : InstructionsToProcess) in rewriteMaterializableInstructions()
2370 InstructionsToProcess.push_back(CurrentMaterialization); in rewriteMaterializableInstructions()