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§
- Cached
Llbb π - Local
Ref π
Functions§
- arg_
local_ πrefs Produces, for each argument, aValue
pointing at the argumentβs value. As arguments are places, these are always indirect.