Searched refs:InsertedValues (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 96 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 D | ScalarEvolutionExpander.h | 65 DenseSet<AssertingVH<Value>> InsertedValues; variable 188 InsertedValues.clear(); 201 for (const auto &VH : InsertedValues) { 372 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
|
H A D | SCCPSolver.h | 192 SmallPtrSetImpl<Value *> &InsertedValues,
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 120 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 D | ScalarEvolutionExpander.cpp | 1280 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 D | SCCP.cpp | 209 SmallPtrSet<Value *, 32> InsertedValues; in runIPSCCP() local 223 BB, InsertedValues, NumInstRemoved, NumInstReplaced); in runIPSCCP()
|