Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp155 SmallPtrSetImpl<Value *> &InsertedValues, in simplifyInstsInBlock() argument
170 if (isa<Constant>(ExtOp) || InsertedValues.count(ExtOp)) in simplifyInstsInBlock()
177 InsertedValues.insert(ZExt); in simplifyInstsInBlock()
219 SmallPtrSet<Value *, 32> InsertedValues; in runSCCP() local
231 MadeChanges |= simplifyInstsInBlock(Solver, BB, InsertedValues, in runSCCP()
509 SmallPtrSet<Value *, 32> InsertedValues; in runIPSCCP() local
522 MadeChanges |= simplifyInstsInBlock(Solver, BB, InsertedValues, in runIPSCCP()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h78 DenseSet<AssertingVH<Value>> InsertedValues; variable
198 InsertedValues.clear();
209 for (auto &VH : InsertedValues) {
362 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1290 InsertedValues.insert(AddRecPhiMatch); in getAddRecExprPHILiterally()
1384 InsertedValues.insert(PN); in getAddRecExprPHILiterally()
1872 InsertedValues.erase(Tmp); in expandCodeForImpl()
2024 InsertedValues.insert(V); in rememberInstruction()
2642 InsertedValues.erase(PN); in fixupLCSSAFormFor()