Searched refs:ValueSets (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/polly/lib/Transform/ |
D | Simplify.cpp | 226 SmallDenseMap<Value *, isl::set> ValueSets; in coalesceWrites() local 227 auto makeValueSet = [&ValueSets, this](Value *V) -> isl::set { in coalesceWrites() 229 isl::set &Result = ValueSets[V]; in coalesceWrites() 233 "Val", V, ValueSets.size() - 1, std::string(), UseInstructionNames); in coalesceWrites() 391 SmallDenseMap<Value *, isl::set> ValueSets; in removeRedundantWrites() local 392 auto makeValueSet = [&ValueSets, this](Value *V) -> isl::set { in removeRedundantWrites() 394 isl::set &Result = ValueSets[V]; in removeRedundantWrites() 398 "Val", V, ValueSets.size() - 1, std::string(), UseInstructionNames); in removeRedundantWrites()
|