Home
last modified time | relevance | path

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

/dports/sysutils/vector/vector-0.10.0/cargo-crates/regalloc-0.0.25/src/
H A Dbt_commitment_map.rs11 cmp_range_frags, RangeFrag, RangeFragIx, SortedRangeFragIxs, SortedRangeFrags, TypedIxVec,
104 to_add_frags: &SortedRangeFrags, in add() argument
141 pub fn del(&mut self, to_del_frags: &SortedRangeFrags) { in del() argument
H A Dbt_spillslot_allocator.rs8 cmp_range_frags, RangeFrag, SortedRangeFrags, SpillSlot, TypedIxVec, VirtualRange,
84 fn ssal_is_add_possible(tree: &AVLTree<RangeFrag>, frags: &SortedRangeFrags) -> bool { in ssal_is_add_possible()
115 fn ssal_add_if_possible(tree: &mut AVLTree<RangeFrag>, frags: &SortedRangeFrags) -> bool { in ssal_add_if_possible()
H A Ddata_structures.rs1776 pub struct SortedRangeFrags { struct
1780 impl fmt::Debug for SortedRangeFrags { implementation
1786 impl SortedRangeFrags { implementation
1788 let mut res = SortedRangeFrags { in unit()
2000 pub sorted_frags: SortedRangeFrags,
H A Danalysis_data_flow.rs13 SortedRangeFrags, SpillCost, TypedIxVec, VirtualRange, VirtualRangeIx,
1127 ) -> SortedRangeFrags { in deref_and_compress_sorted_range_frag_ixs() argument
1128 let mut res = SortedRangeFrags::empty(); in deref_and_compress_sorted_range_frag_ixs()
H A Dbt_main.rs20 Reg, RegVecBounds, RegVecs, Set, SortedRangeFrags, SpillCost, SpillSlot, TypedIxVec,
1070 let new_vlr_sfrags = SortedRangeFrags::unit(new_vlr_frag); in alloc_main()
/dports/www/firefox/firefox-99.0/third_party/rust/regalloc/src/
H A Dbt_commitment_map.rs12 SortedRangeFrags, TypedIxVec,
97 pub fn add(&mut self, to_add_frags: &SortedRangeFrags, to_add_lr_id: RangeId) { in add() argument
132 pub fn del(&mut self, to_del_frags: &SortedRangeFrags) { in del() argument
H A Dbt_spillslot_allocator.rs8 cmp_range_frags, InstPoint, RangeFrag, SortedRangeFrags, SpillSlot, TypedIxVec, VirtualRange,
159 fn ssal_is_add_possible(tree: &AVLTree<RangeFragAndRefness>, frags: &SortedRangeFrags) -> bool { in ssal_is_add_possible()
175 fn ssal_add_if_possible(tree: &mut AVLTree<RangeFragAndRefness>, frags: &SortedRangeFrags) -> bool { in ssal_add_if_possible()
197 fn ssal_mark_frags_as_reftyped(tree: &mut AVLTree<RangeFragAndRefness>, frags: &SortedRangeFrags) { in ssal_mark_frags_as_reftyped() argument
463 frags: &SortedRangeFrags, in notify_spillage_of_reftyped_vlr() argument
H A Ddata_structures.rs1839 pub struct SortedRangeFrags { struct
1843 impl fmt::Debug for SortedRangeFrags { implementation
1849 impl SortedRangeFrags { implementation
1851 let mut res = SortedRangeFrags { in unit()
2086 pub sorted_frags: SortedRangeFrags,
H A Danalysis_data_flow.rs13 SortedRangeFragIxs, SortedRangeFrags, SpillCost, TypedIxVec, VirtualRange, VirtualRangeIx,
1319 ) -> SortedRangeFrags { in deref_and_compress_sorted_range_frag_ixs() argument
1320 let mut res = SortedRangeFrags::empty(); in deref_and_compress_sorted_range_frag_ixs()
H A Dbt_main.rs21 Set, SortedRangeFrags, SpillCost, SpillSlot, TypedIxVec, VirtualRange, VirtualRangeIx,
1305 let new_vlr_sfrags = SortedRangeFrags::unit(new_vlr_frag); in alloc_main()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/regalloc/src/
H A Dbt_commitment_map.rs12 SortedRangeFrags, TypedIxVec,
97 pub fn add(&mut self, to_add_frags: &SortedRangeFrags, to_add_lr_id: RangeId) { in add() argument
132 pub fn del(&mut self, to_del_frags: &SortedRangeFrags) { in del() argument
H A Dbt_spillslot_allocator.rs8 cmp_range_frags, InstPoint, RangeFrag, SortedRangeFrags, SpillSlot, TypedIxVec, VirtualRange,
159 fn ssal_is_add_possible(tree: &AVLTree<RangeFragAndRefness>, frags: &SortedRangeFrags) -> bool { in ssal_is_add_possible()
175 fn ssal_add_if_possible(tree: &mut AVLTree<RangeFragAndRefness>, frags: &SortedRangeFrags) -> bool { in ssal_add_if_possible()
197 fn ssal_mark_frags_as_reftyped(tree: &mut AVLTree<RangeFragAndRefness>, frags: &SortedRangeFrags) { in ssal_mark_frags_as_reftyped() argument
463 frags: &SortedRangeFrags, in notify_spillage_of_reftyped_vlr() argument
H A Ddata_structures.rs1839 pub struct SortedRangeFrags { struct
1843 impl fmt::Debug for SortedRangeFrags { implementation
1849 impl SortedRangeFrags { implementation
1851 let mut res = SortedRangeFrags { in unit()
2086 pub sorted_frags: SortedRangeFrags,
H A Danalysis_data_flow.rs13 SortedRangeFragIxs, SortedRangeFrags, SpillCost, TypedIxVec, VirtualRange, VirtualRangeIx,
1319 ) -> SortedRangeFrags { in deref_and_compress_sorted_range_frag_ixs() argument
1320 let mut res = SortedRangeFrags::empty(); in deref_and_compress_sorted_range_frag_ixs()
H A Dbt_main.rs21 Set, SortedRangeFrags, SpillCost, SpillSlot, TypedIxVec, VirtualRange, VirtualRangeIx,
1305 let new_vlr_sfrags = SortedRangeFrags::unit(new_vlr_frag); in alloc_main()
/dports/lang/rust/rustc-1.58.1-src/vendor/regalloc/src/
H A Dbt_commitment_map.rs12 SortedRangeFrags, TypedIxVec,
97 pub fn add(&mut self, to_add_frags: &SortedRangeFrags, to_add_lr_id: RangeId) { in add() argument
132 pub fn del(&mut self, to_del_frags: &SortedRangeFrags) { in del() argument
H A Dbt_spillslot_allocator.rs8 cmp_range_frags, InstPoint, RangeFrag, SortedRangeFrags, SpillSlot, TypedIxVec, VirtualRange,
159 fn ssal_is_add_possible(tree: &AVLTree<RangeFragAndRefness>, frags: &SortedRangeFrags) -> bool { in ssal_is_add_possible()
175 fn ssal_add_if_possible(tree: &mut AVLTree<RangeFragAndRefness>, frags: &SortedRangeFrags) -> bool { in ssal_add_if_possible()
197 fn ssal_mark_frags_as_reftyped(tree: &mut AVLTree<RangeFragAndRefness>, frags: &SortedRangeFrags) { in ssal_mark_frags_as_reftyped() argument
463 frags: &SortedRangeFrags, in notify_spillage_of_reftyped_vlr() argument
H A Ddata_structures.rs1839 pub struct SortedRangeFrags { struct
1843 impl fmt::Debug for SortedRangeFrags { argument
1849 impl SortedRangeFrags { implementation
1851 let mut res = SortedRangeFrags { in unit()
2086 pub sorted_frags: SortedRangeFrags,
H A Danalysis_data_flow.rs13 SortedRangeFragIxs, SortedRangeFrags, SpillCost, TypedIxVec, VirtualRange, VirtualRangeIx,
1319 ) -> SortedRangeFrags { in deref_and_compress_sorted_range_frag_ixs() argument
1320 let mut res = SortedRangeFrags::empty(); in deref_and_compress_sorted_range_frag_ixs()
H A Dbt_main.rs21 Set, SortedRangeFrags, SpillCost, SpillSlot, TypedIxVec, VirtualRange, VirtualRangeIx,
1305 let new_vlr_sfrags = SortedRangeFrags::unit(new_vlr_frag); in alloc_main()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/regalloc/src/
H A Dbt_commitment_map.rs12 SortedRangeFrags, TypedIxVec,
97 pub fn add(&mut self, to_add_frags: &SortedRangeFrags, to_add_lr_id: RangeId) { in add() argument
132 pub fn del(&mut self, to_del_frags: &SortedRangeFrags) { in del() argument
H A Dbt_spillslot_allocator.rs8 cmp_range_frags, InstPoint, RangeFrag, SortedRangeFrags, SpillSlot, TypedIxVec, VirtualRange,
159 fn ssal_is_add_possible(tree: &AVLTree<RangeFragAndRefness>, frags: &SortedRangeFrags) -> bool { in ssal_is_add_possible()
175 fn ssal_add_if_possible(tree: &mut AVLTree<RangeFragAndRefness>, frags: &SortedRangeFrags) -> bool { in ssal_add_if_possible()
197 fn ssal_mark_frags_as_reftyped(tree: &mut AVLTree<RangeFragAndRefness>, frags: &SortedRangeFrags) { in ssal_mark_frags_as_reftyped() argument
463 frags: &SortedRangeFrags, in notify_spillage_of_reftyped_vlr() argument
H A Ddata_structures.rs1839 pub struct SortedRangeFrags { struct
1843 impl fmt::Debug for SortedRangeFrags { implementation
1849 impl SortedRangeFrags { implementation
1851 let mut res = SortedRangeFrags { in unit()
2086 pub sorted_frags: SortedRangeFrags,
H A Danalysis_data_flow.rs13 SortedRangeFragIxs, SortedRangeFrags, SpillCost, TypedIxVec, VirtualRange, VirtualRangeIx,
1319 ) -> SortedRangeFrags { in deref_and_compress_sorted_range_frag_ixs() argument
1320 let mut res = SortedRangeFrags::empty(); in deref_and_compress_sorted_range_frag_ixs()
H A Dbt_main.rs21 Set, SortedRangeFrags, SpillCost, SpillSlot, TypedIxVec, VirtualRange, VirtualRangeIx,
1305 let new_vlr_sfrags = SortedRangeFrags::unit(new_vlr_frag); in alloc_main()