[][src]Module rustc_codegen_llvm::mir

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Re-exports

pub use self::constant::codegen_static_initializer;

Modules

analyze [
Experimental
]

An analysis to determine which locals require allocas and which do not.

block [
Experimental
]
constant [
Experimental
]
operand [
Experimental
]
place [
Experimental
]
rvalue [
Experimental
]
statement [
Experimental
]

Structs

FunctionCx [
Experimental
]

Master context for codegenning from MIR.

Enums

LocalRef [
Experimental
]

Functions

arg_local_refs [
Experimental
]

Produce, for each argument, a Value pointing at the argument's value. As arguments are places, these are always indirect.

codegen_mir [
Experimental
]
create_funclets [
Experimental
]