Searched refs:InsertedValues (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 90 SmallPtrSet<Value *, 32> InsertedValues; in runSCCP() local 101 MadeChanges |= Solver.simplifyInstsInBlock(BB, InsertedValues, in runSCCP()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.h | 78 DenseSet<AssertingVH<Value>> InsertedValues; variable 205 InsertedValues.clear(); 219 for (const auto &VH : InsertedValues) { 401 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
|
H A D | SCCPSolver.h | 189 SmallPtrSetImpl<Value *> &InsertedValues,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 100 const SmallPtrSetImpl<Value *> &InsertedValues, in refineInstruction() argument 103 auto GetRange = [&Solver, &InsertedValues](Value *Op) { in refineInstruction() 106 if (InsertedValues.contains(Op)) { in refineInstruction() 169 SmallPtrSetImpl<Value *> &InsertedValues, in replaceSignedInst() argument 190 if (InsertedValues.count(Op0) || !isNonNegative(Op0)) in replaceSignedInst() 202 if (InsertedValues.count(Op0) || !isNonNegative(Op0)) in replaceSignedInst() 212 if (InsertedValues.count(Op0) || InsertedValues.count(Op1) || in replaceSignedInst() 229 InsertedValues.insert(NewInst); in replaceSignedInst() 238 SmallPtrSetImpl<Value *> &InsertedValues, in simplifyInstsInBlock() argument 251 } else if (replaceSignedInst(*this, InsertedValues, Inst)) { in simplifyInstsInBlock() [all …]
|
H A D | ScalarEvolutionExpander.cpp | 1016 InsertedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally() 1107 InsertedValues.insert(PN); in getAddRecExprPHILiterally() 1570 InsertedValues.insert(V); in rememberInstruction() 2287 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()
|