MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / get

Method get

cranelift/codegen/src/machinst/lower.rs:57–59  ·  view source on GitHub ↗

Get an arbitrary index representing this color. The index is unique within a single function compilation*, but indices may be reused across functions.

(self)

Source from the content-addressed store, hash-verified

55 /// *within a single function compilation*, but indices may be reused across
56 /// functions.
57 pub fn get(self) -> u32 {
58 self.0
59 }
60}
61
62/// A representation of all of the ways in which a value is available, aside

Callers 13

finish_constantsMethod · 0.45
with_trap_codeMethod · 0.45
abi_sig_for_signatureMethod · 0.45
gen_try_call_retsMethod · 0.45
lower_clif_blockMethod · 0.45
get_value_labelsMethod · 0.45
collect_block_callMethod · 0.45
block_successor_labelMethod · 0.45
get_constantMethod · 0.45
sink_instMethod · 0.45
get_immediate_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected