rust/compiler/rustc_mir/src/dataflow/impls
Dylan DPC cc07061190
Rollup merge of #82091 - henryboisdequin:use-place-ref-more, r=RalfJung
use PlaceRef abstractions more consistently

Addresses this [comment](https://github.com/rust-lang/rust/pull/80865/files#r558978715)
Associated issue: #80647

r? ```@RalfJung```
2021-02-23 02:51:50 +01:00
..
borrowed_locals.rs Update dataflow analyses to use new interface 2020-08-30 11:15:25 -07:00
borrows.rs Remove RCs from Borrows 2021-02-08 20:37:16 +01:00
init_locals.rs Remove unused PlaceContext::NonUse(NonUseContext::Coverage) 2020-09-09 17:02:19 +02:00
liveness.rs make visit_projection take a PlaceRef 2021-02-16 14:20:36 +05:30
mod.rs Add -Zprecise-enum-drop-elaboration 2020-10-01 11:31:43 -07:00
storage_liveness.rs Update dataflow analyses to use new interface 2020-08-30 11:15:25 -07:00