| 191 | } |
| 192 | |
| 193 | void |
| 194 | Lhs::get_lvars(const vector<const Fact*>& facts, vector<const Variable*>& vars) const |
| 195 | { |
| 196 | vars = FactPointTo::merge_pointees_of_pointer(get_var()->get_collective(), get_indirect_level(), facts); |
| 197 | } |
| 198 | |
| 199 | /* |
| 200 | * |
nothing calls this directly
no test coverage detected