Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp158 SmallPtrSetImpl<Value *> &InsertedValues, in simplifyInstsInBlock() argument
173 if (isa<Constant>(ExtOp) || InsertedValues.count(ExtOp)) in simplifyInstsInBlock()
181 InsertedValues.insert(ZExt); in simplifyInstsInBlock()
227 SmallPtrSet<Value *, 32> InsertedValues; in runSCCP() local
238 MadeChanges |= simplifyInstsInBlock(Solver, BB, InsertedValues, in runSCCP()
564 SmallPtrSet<Value *, 32> InsertedValues; in runIPSCCP() local
577 MadeChanges |= simplifyInstsInBlock(Solver, BB, InsertedValues, in runIPSCCP()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h65 DenseSet<AssertingVH<Value>> InsertedValues; variable
188 InsertedValues.clear();
201 for (auto &VH : InsertedValues) {
365 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1253 InsertedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1348 InsertedValues.insert(PN); in getAddRecExprPHILiterally()
1752 InsertedValues.erase(Tmp); in expandCodeForImpl()
1889 InsertedValues.insert(V); in rememberInstruction()
2552 InsertedValues.erase(PN); in fixupLCSSAFormFor()