Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp90 SmallPtrSet<Value *, 32> InsertedValues; in runSCCP() local
101 MadeChanges |= Solver.simplifyInstsInBlock(BB, InsertedValues, in runSCCP()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h65 DenseSet<AssertingVH<Value>> InsertedValues; variable
188 InsertedValues.clear();
201 for (const auto &VH : InsertedValues) {
375 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
H A DSCCPSolver.h185 SmallPtrSetImpl<Value *> &InsertedValues,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp108 const SmallPtrSetImpl<Value *> &InsertedValues, in refineInstruction() argument
111 auto GetRange = [&Solver, &InsertedValues](Value *Op) { in refineInstruction()
114 if (isa<Constant>(Op) || InsertedValues.contains(Op)) { in refineInstruction()
156 SmallPtrSetImpl<Value *> &InsertedValues, in replaceSignedInst() argument
178 if (InsertedValues.count(Op0) || !isNonNegative(Op0)) in replaceSignedInst()
187 if (InsertedValues.count(Op0) || !isNonNegative(Op0)) in replaceSignedInst()
197 if (InsertedValues.count(Op0) || InsertedValues.count(Op1) || in replaceSignedInst()
214 InsertedValues.insert(NewInst); in replaceSignedInst()
222 SmallPtrSetImpl<Value *> &InsertedValues, in simplifyInstsInBlock() argument
235 } else if (replaceSignedInst(*this, InsertedValues, Inst)) { in simplifyInstsInBlock()
[all …]
H A DScalarEvolutionExpander.cpp956 InsertedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1050 InsertedValues.insert(PN); in getAddRecExprPHILiterally()
1512 InsertedValues.insert(V); in rememberInstruction()
2189 InsertedValues.erase(PN); in fixupLCSSAFormFor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp214 SmallPtrSet<Value *, 32> InsertedValues; in runIPSCCP() local
228 BB, InsertedValues, NumInstRemoved, NumInstReplaced); in runIPSCCP()