Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp152 SmallPtrSetImpl<Value *> &InsertedValues, in simplifyInstsInBlock() argument
167 if (isa<Constant>(ExtOp) || InsertedValues.count(ExtOp)) in simplifyInstsInBlock()
174 InsertedValues.insert(ZExt); in simplifyInstsInBlock()
216 SmallPtrSet<Value *, 32> InsertedValues; in runSCCP() local
228 MadeChanges |= simplifyInstsInBlock(Solver, BB, InsertedValues, in runSCCP()
506 SmallPtrSet<Value *, 32> InsertedValues; in runIPSCCP() local
519 MadeChanges |= simplifyInstsInBlock(Solver, BB, InsertedValues, in runIPSCCP()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h78 DenseSet<AssertingVH<Value>> InsertedValues; variable
201 InsertedValues.clear();
214 for (auto &VH : InsertedValues) {
367 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1303 InsertedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1398 InsertedValues.insert(PN); in getAddRecExprPHILiterally()
1886 InsertedValues.erase(Tmp); in expandCodeForImpl()
2038 InsertedValues.insert(V); in rememberInstruction()
2658 InsertedValues.erase(PN); in fixupLCSSAFormFor()