Searched refs:ValueSets (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | Simplify.cpp | 316 SmallDenseMap<Value *, isl::set> ValueSets; in coalesceWrites() local 317 auto makeValueSet = [&ValueSets, this](Value *V) -> isl::set { in coalesceWrites() 319 isl::set &Result = ValueSets[V]; in coalesceWrites() 323 "Val", V, ValueSets.size() - 1, std::string(), UseInstructionNames); in coalesceWrites() 481 SmallDenseMap<Value *, isl::set> ValueSets; in removeRedundantWrites() local 482 auto makeValueSet = [&ValueSets, this](Value *V) -> isl::set { in removeRedundantWrites() 484 isl::set &Result = ValueSets[V]; in removeRedundantWrites() 488 "Val", V, ValueSets.size() - 1, std::string(), UseInstructionNames); in removeRedundantWrites()
|