Searched refs:InsertedValues (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SCCP.cpp | 88 SmallPtrSet<Value *, 32> InsertedValues; in runSCCP() local 99 MadeChanges |= Solver.simplifyInstsInBlock(BB, InsertedValues, in runSCCP()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 81 DenseSet<AssertingVH<Value>> InsertedValues; variable 213 InsertedValues.clear(); 227 for (const auto &VH : InsertedValues) { 416 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
|
| H A D | SCCPSolver.h | 198 SmallPtrSetImpl<Value *> &InsertedValues,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 92 const SmallPtrSetImpl<Value *> &InsertedValues) { in getRange() argument 95 if (InsertedValues.contains(Op)) { in getRange() 105 const SmallPtrSetImpl<Value *> &InsertedValues, in refineInstruction() argument 108 auto GetRange = [&Solver, &InsertedValues](Value *Op) { in refineInstruction() 109 return getRange(Op, Solver, InsertedValues); in refineInstruction() 177 SmallPtrSetImpl<Value *> &InsertedValues, in replaceSignedInst() argument 180 auto isNonNegative = [&Solver, &InsertedValues](Value *V) { in replaceSignedInst() 181 return getRange(V, Solver, InsertedValues).isAllNonNegative(); in replaceSignedInst() 228 InsertedValues.insert(NewInst); in replaceSignedInst() 238 SmallPtrSetImpl<Value *> &InsertedValues, in simplifyInstruction() argument [all …]
|
| H A D | ScalarEvolutionExpander.cpp | 1040 InsertedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally() 1131 InsertedValues.insert(PN); in getAddRecExprPHILiterally() 1598 InsertedValues.insert(V); in rememberInstruction() 2294 InsertedValues.erase(PN); in fixupLCSSAFormFor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 213 SmallPtrSet<Value *, 32> InsertedValues; in runIPSCCP() local 227 BB, InsertedValues, NumInstRemoved, NumInstReplaced); in runIPSCCP()
|