Home
last modified time | relevance | path

Searched refs:InstColor (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dlower.rs48 struct InstColor(u32); struct
49 impl InstColor { impl
50 fn new(n: u32) -> InstColor { in new() argument
51 InstColor(n) in new()
174 block_end_colors: SecondaryMap<Block, InstColor>,
180 side_effect_inst_entry_colors: FxHashMap<Inst, InstColor>,
184 cur_scan_entry_color: Option<InstColor>,
468 let mut block_end_colors = SecondaryMap::with_default(InstColor::new(0)); in new()
478 side_effect_inst_entry_colors.insert(inst, InstColor::new(cur_color)); in new()
490 block_end_colors[bb] = InstColor::new(cur_color); in new()
[all …]