Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp281 SmallVector<Instruction *> ReplacedWithConstant; member in __anonfb6321fa0211::FunctionSpecializer
334 for (auto *I : ReplacedWithConstant) { in removeDeadInstructions()
339 ReplacedWithConstant.clear(); in removeDeadInstructions()
380 ReplacedWithConstant.push_back(I); in tryToReplaceWithConstant()