Home
last modified time | relevance | path

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

/dports/sysutils/vector/vector-0.10.0/cargo-crates/regalloc-0.0.25/src/
H A Dbt_main.rs746 let mb_evict_info: Option<(SparseSetU<[VirtualRangeIx; 4]>, SpillCost)> = in alloc_main() localVariable
761 if let Some((vlrixs_to_evict, total_evict_cost)) = mb_evict_info { in alloc_main()
832 let mb_evict_info: Option<(SparseSetU<[VirtualRangeIx; 4]>, SpillCost)> = in alloc_main() localVariable
850 if let Some((cand_vlrixs_to_evict, cand_total_evict_cost)) = mb_evict_info { in alloc_main()
/dports/www/firefox/firefox-99.0/third_party/rust/regalloc/src/
H A Dbt_main.rs961 let mb_evict_info: Option<(SparseSetU<[VirtualRangeIx; 4]>, SpillCost)> = in alloc_main() localVariable
976 if let Some((vlrixs_to_evict, total_evict_cost)) = mb_evict_info { in alloc_main()
1047 let mb_evict_info: Option<(SparseSetU<[VirtualRangeIx; 4]>, SpillCost)> = in alloc_main() localVariable
1065 if let Some((cand_vlrixs_to_evict, cand_total_evict_cost)) = mb_evict_info { in alloc_main()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/regalloc/src/
H A Dbt_main.rs961 let mb_evict_info: Option<(SparseSetU<[VirtualRangeIx; 4]>, SpillCost)> = in alloc_main() localVariable
976 if let Some((vlrixs_to_evict, total_evict_cost)) = mb_evict_info { in alloc_main()
1047 let mb_evict_info: Option<(SparseSetU<[VirtualRangeIx; 4]>, SpillCost)> = in alloc_main() localVariable
1065 if let Some((cand_vlrixs_to_evict, cand_total_evict_cost)) = mb_evict_info { in alloc_main()
/dports/lang/rust/rustc-1.58.1-src/vendor/regalloc/src/
H A Dbt_main.rs961 let mb_evict_info: Option<(SparseSetU<[VirtualRangeIx; 4]>, SpillCost)> = in alloc_main() localVariable
976 if let Some((vlrixs_to_evict, total_evict_cost)) = mb_evict_info { in alloc_main()
1047 let mb_evict_info: Option<(SparseSetU<[VirtualRangeIx; 4]>, SpillCost)> = in alloc_main() localVariable
1065 if let Some((cand_vlrixs_to_evict, cand_total_evict_cost)) = mb_evict_info { in alloc_main()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/regalloc/src/
H A Dbt_main.rs961 let mb_evict_info: Option<(SparseSetU<[VirtualRangeIx; 4]>, SpillCost)> = in alloc_main() localVariable
976 if let Some((vlrixs_to_evict, total_evict_cost)) = mb_evict_info { in alloc_main()
1047 let mb_evict_info: Option<(SparseSetU<[VirtualRangeIx; 4]>, SpillCost)> = in alloc_main() localVariable
1065 if let Some((cand_vlrixs_to_evict, cand_total_evict_cost)) = mb_evict_info { in alloc_main()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/regalloc/src/
H A Dbt_main.rs1074 let mb_evict_info: Option<(SparseSetU<[VirtualRangeIx; 4]>, SpillCost)> = in alloc_main() localVariable
1081 if let Some((vlrixs_to_evict, total_evict_cost)) = mb_evict_info { in alloc_main()
1149 let mb_evict_info: Option<(SparseSetU<[VirtualRangeIx; 4]>, SpillCost)> = per_real_reg in alloc_main() localVariable
1161 if let Some((cand_vlrixs_to_evict, cand_total_evict_cost)) = mb_evict_info { in alloc_main()