Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp96 SmallPtrSet<Value *, 32> InsertedValues; in runSCCP() local
107 MadeChanges |= Solver.simplifyInstsInBlock(BB, InsertedValues, in runSCCP()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h65 DenseSet<AssertingVH<Value>> InsertedValues; variable
188 InsertedValues.clear();
201 for (const auto &VH : InsertedValues) {
372 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
H A DSCCPSolver.h192 SmallPtrSetImpl<Value *> &InsertedValues,
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp120 SmallPtrSetImpl<Value *> &InsertedValues, in replaceSignedInst() argument
142 if (InsertedValues.count(Op0) || !isNonNegative(Op0)) in replaceSignedInst()
150 if (InsertedValues.count(Op0) || !isNonNegative(Op0)) in replaceSignedInst()
159 if (InsertedValues.count(Op0) || InsertedValues.count(Op1) || in replaceSignedInst()
174 InsertedValues.insert(NewInst); in replaceSignedInst()
182 SmallPtrSetImpl<Value *> &InsertedValues, in simplifyInstsInBlock() argument
195 } else if (replaceSignedInst(*this, InsertedValues, Inst)) { in simplifyInstsInBlock()
H A DScalarEvolutionExpander.cpp1280 InsertedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1375 InsertedValues.insert(PN); in getAddRecExprPHILiterally()
1889 InsertedValues.insert(V); in rememberInstruction()
2558 InsertedValues.erase(PN); in fixupLCSSAFormFor()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSCCP.cpp209 SmallPtrSet<Value *, 32> InsertedValues; in runIPSCCP() local
223 BB, InsertedValues, NumInstRemoved, NumInstReplaced); in runIPSCCP()