Module rustc_codegen_ssa::mir
source · Modules§
- analyze πAn analysis to determine which locals require allocas and which do not.
- block π
- intrinsic π
- locals πLocals are in a private module as updating
LocalRef::Operand
has to be careful wrt to subtyping. To deal with this we only allow updates by usingFunctionCx::overwrite_local
which handles it automatically. - rvalue π
- statement π
Structs§
- Master context for codegenning from MIR.
Enums§
- CachedLlbb π
- LocalRef π
Functions§
- arg_local_refs πProduces, for each argument, a
Value
pointing at the argumentβs value. As arguments are places, these are always indirect.