Look up a dynamic stack slot entity.
(&self, dss: DynamicStackSlot)
| 40 | |
| 41 | /// Look up a dynamic stack slot entity. |
| 42 | pub fn contains_dss(&self, dss: DynamicStackSlot) -> bool { |
| 43 | self.locations.contains_key(&dss.into()) |
| 44 | } |
| 45 | |
| 46 | /// Look up a global value entity. |
| 47 | pub fn contains_gv(&self, gv: GlobalValue) -> bool { |