Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp366 SmallVector<Instruction *> UseInsts; in tryToReplaceWithConstant() local
370 UseInsts.push_back(I); in tryToReplaceWithConstant()
374 for (auto *I : UseInsts) in tryToReplaceWithConstant()