Use reverse postorder in `non_ssa_locals` The reverse postorder, unlike preorder, is now cached inside the MIR body. Code generation uses reverse postorder anyway, so it might be a small perf improvement to use it here as well.
in_band_lifetimes
rustc_codegen_ssa
non_ssa_locals
AdtDef