Home
last modified time | relevance | path

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

12

/dports/sysutils/vector/vector-0.10.0/cargo-crates/regalloc-0.0.25/src/
H A Danalysis_control_flow.rs124 succ_map.push(bix_set);
130 for (src, dst_set) in (0..).zip(succ_map.iter()) {
138 assert!(succ_map.len() == num_blocks);
153 (pred_map, succ_map)
189 for succ in succ_map[bix].iter() {
201 &succ_map,
513 for block_n_ix in succ_map[block_m_ix].iter() {
683 assert!(succ_map.len() == num_blocks); in create()
689 for (src, dst_set) in (0..).zip(succ_map.iter()) { in create()
723 &succ_map, in create()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/regalloc/src/
H A Danalysis_control_flow.rs125 succ_map.push(bix_set);
131 for (src, dst_set) in (0..).zip(succ_map.iter()) {
139 assert!(succ_map.len() == num_blocks);
154 (pred_map, succ_map)
190 for succ in succ_map[bix].iter() {
202 &succ_map,
514 for block_n_ix in succ_map[block_m_ix].iter() {
684 assert!(succ_map.len() == num_blocks); in create()
690 for (src, dst_set) in (0..).zip(succ_map.iter()) { in create()
724 &succ_map, in create()
[all …]
H A Danalysis_data_flow.rs676 for block_j_ix in cfg_info.succ_map[block_ix].iter() { in calc_livein_and_liveout()
1157 let frag_succ_bixes = &cfg_info.succ_map[frag_bix]; in merge_range_frags_slow()
1457 for b in cfg_info.succ_map[*bix].iter() { in merge_range_frags()
1485 for b in cfg_info.succ_map[*bix].iter() { in merge_range_frags()
/dports/www/firefox/firefox-99.0/third_party/rust/regalloc/src/
H A Danalysis_control_flow.rs126 succ_map.push(bix_set);
132 for (src, dst_set) in (0..).zip(succ_map.iter()) {
140 assert!(succ_map.len() == num_blocks);
155 (pred_map, succ_map)
168 succ_map: &TypedIxVec<BlockIx, SparseSetU<[BlockIx; 4]>>, in calc_preord_and_postord()
184 stack.push((bix_entry, succ_map[bix_entry].iter()));
515 for block_n_ix in succ_map[block_m_ix].iter() {
685 assert!(succ_map.len() == num_blocks); in create()
691 for (src, dst_set) in (0..).zip(succ_map.iter()) { in create()
725 &succ_map, in create()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/regalloc/src/
H A Danalysis_control_flow.rs126 succ_map.push(bix_set);
132 for (src, dst_set) in (0..).zip(succ_map.iter()) {
140 assert!(succ_map.len() == num_blocks);
155 (pred_map, succ_map)
168 succ_map: &TypedIxVec<BlockIx, SparseSetU<[BlockIx; 4]>>, in calc_preord_and_postord()
184 stack.push((bix_entry, succ_map[bix_entry].iter()));
515 for block_n_ix in succ_map[block_m_ix].iter() {
685 assert!(succ_map.len() == num_blocks); in create()
691 for (src, dst_set) in (0..).zip(succ_map.iter()) { in create()
725 &succ_map, in create()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/regalloc/src/
H A Danalysis_control_flow.rs126 succ_map.push(bix_set);
132 for (src, dst_set) in (0..).zip(succ_map.iter()) {
140 assert!(succ_map.len() == num_blocks);
155 (pred_map, succ_map)
168 succ_map: &TypedIxVec<BlockIx, SparseSetU<[BlockIx; 4]>>, in calc_preord_and_postord()
184 stack.push((bix_entry, succ_map[bix_entry].iter()));
515 for block_n_ix in succ_map[block_m_ix].iter() {
685 assert!(succ_map.len() == num_blocks); in create()
691 for (src, dst_set) in (0..).zip(succ_map.iter()) { in create()
725 &succ_map, in create()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/regalloc/src/
H A Danalysis_control_flow.rs126 succ_map.push(bix_set);
132 for (src, dst_set) in (0..).zip(succ_map.iter()) {
140 assert!(succ_map.len() == num_blocks);
155 (pred_map, succ_map)
168 succ_map: &TypedIxVec<BlockIx, SparseSetU<[BlockIx; 4]>>, in calc_preord_and_postord()
184 stack.push((bix_entry, succ_map[bix_entry].iter()));
515 for block_n_ix in succ_map[block_m_ix].iter() {
685 assert!(succ_map.len() == num_blocks); in create()
691 for (src, dst_set) in (0..).zip(succ_map.iter()) { in create()
725 &succ_map, in create()
[all …]
/dports/devel/py-mypy/mypy-0.910/mypyc/analysis/
H A Ddataflow.py48 succ_map = {}
81 succ_map[block] = succ
83 for prev, nxt in succ_map.items():
86 return CFG(succ_map, pred_map, exits)
513 succ_map = cfg.pred
516 succ_map = cfg.succ
537 for succ in succ_map[label]:
/dports/devel/boost-docs/boost_1_72_0/boost/graph/distributed/
H A Dstrong_components.hpp403 ParentMap succ_map(succ_map_s.begin(), vertex_index_map); in fleischer_hendrickson_pinar_strong_components() local
406 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]); in fleischer_hendrickson_pinar_strong_components()
418 (succ_map), in fleischer_hendrickson_pinar_strong_components()
422 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map), in fleischer_hendrickson_pinar_strong_components()
478 vertex_descriptor v = get(succ_map, *vstart); in fleischer_hendrickson_pinar_strong_components()
/dports/devel/hyperscan/boost_1_75_0/boost/graph/distributed/
H A Dstrong_components.hpp403 ParentMap succ_map(succ_map_s.begin(), vertex_index_map); in fleischer_hendrickson_pinar_strong_components() local
406 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]); in fleischer_hendrickson_pinar_strong_components()
418 (succ_map), in fleischer_hendrickson_pinar_strong_components()
422 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map), in fleischer_hendrickson_pinar_strong_components()
478 vertex_descriptor v = get(succ_map, *vstart); in fleischer_hendrickson_pinar_strong_components()
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/distributed/
H A Dstrong_components.hpp403 ParentMap succ_map(succ_map_s.begin(), vertex_index_map); in fleischer_hendrickson_pinar_strong_components() local
406 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]); in fleischer_hendrickson_pinar_strong_components()
418 (succ_map), in fleischer_hendrickson_pinar_strong_components()
422 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map), in fleischer_hendrickson_pinar_strong_components()
478 vertex_descriptor v = get(succ_map, *vstart); in fleischer_hendrickson_pinar_strong_components()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/distributed/
H A Dstrong_components.hpp406 ParentMap succ_map(succ_map_s.begin(), vertex_index_map); in fleischer_hendrickson_pinar_strong_components() local
409 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]); in fleischer_hendrickson_pinar_strong_components()
421 (succ_map), in fleischer_hendrickson_pinar_strong_components()
425 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map), in fleischer_hendrickson_pinar_strong_components()
481 vertex_descriptor v = get(succ_map, *vstart); in fleischer_hendrickson_pinar_strong_components()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/distributed/
H A Dstrong_components.hpp403 ParentMap succ_map(succ_map_s.begin(), vertex_index_map); in fleischer_hendrickson_pinar_strong_components() local
406 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]); in fleischer_hendrickson_pinar_strong_components()
418 (succ_map), in fleischer_hendrickson_pinar_strong_components()
422 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map), in fleischer_hendrickson_pinar_strong_components()
478 vertex_descriptor v = get(succ_map, *vstart); in fleischer_hendrickson_pinar_strong_components()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/distributed/
H A Dstrong_components.hpp403 ParentMap succ_map(succ_map_s.begin(), vertex_index_map); in fleischer_hendrickson_pinar_strong_components() local
406 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]); in fleischer_hendrickson_pinar_strong_components()
418 (succ_map), in fleischer_hendrickson_pinar_strong_components()
422 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map), in fleischer_hendrickson_pinar_strong_components()
478 vertex_descriptor v = get(succ_map, *vstart); in fleischer_hendrickson_pinar_strong_components()
/dports/databases/xtrabackup/boost_1_59_0/boost/graph/distributed/
H A Dstrong_components.hpp403 ParentMap succ_map(succ_map_s.begin(), vertex_index_map); in fleischer_hendrickson_pinar_strong_components() local
406 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]); in fleischer_hendrickson_pinar_strong_components()
418 (succ_map), in fleischer_hendrickson_pinar_strong_components()
422 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map), in fleischer_hendrickson_pinar_strong_components()
478 vertex_descriptor v = get(succ_map, *vstart); in fleischer_hendrickson_pinar_strong_components()
/dports/databases/percona57-server/boost_1_59_0/boost/graph/distributed/
H A Dstrong_components.hpp403 ParentMap succ_map(succ_map_s.begin(), vertex_index_map); in fleischer_hendrickson_pinar_strong_components() local
406 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]); in fleischer_hendrickson_pinar_strong_components()
418 (succ_map), in fleischer_hendrickson_pinar_strong_components()
422 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map), in fleischer_hendrickson_pinar_strong_components()
478 vertex_descriptor v = get(succ_map, *vstart); in fleischer_hendrickson_pinar_strong_components()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/graph/distributed/
H A Dstrong_components.hpp403 ParentMap succ_map(succ_map_s.begin(), vertex_index_map); in fleischer_hendrickson_pinar_strong_components() local
406 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]); in fleischer_hendrickson_pinar_strong_components()
418 (succ_map), in fleischer_hendrickson_pinar_strong_components()
422 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map), in fleischer_hendrickson_pinar_strong_components()
478 vertex_descriptor v = get(succ_map, *vstart); in fleischer_hendrickson_pinar_strong_components()
/dports/databases/percona57-client/boost_1_59_0/boost/graph/distributed/
H A Dstrong_components.hpp403 ParentMap succ_map(succ_map_s.begin(), vertex_index_map); in fleischer_hendrickson_pinar_strong_components() local
406 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]); in fleischer_hendrickson_pinar_strong_components()
418 (succ_map), in fleischer_hendrickson_pinar_strong_components()
422 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map), in fleischer_hendrickson_pinar_strong_components()
478 vertex_descriptor v = get(succ_map, *vstart); in fleischer_hendrickson_pinar_strong_components()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/graph/distributed/
H A Dstrong_components.hpp403 ParentMap succ_map(succ_map_s.begin(), vertex_index_map); in fleischer_hendrickson_pinar_strong_components() local
406 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]); in fleischer_hendrickson_pinar_strong_components()
418 (succ_map), in fleischer_hendrickson_pinar_strong_components()
422 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map), in fleischer_hendrickson_pinar_strong_components()
478 vertex_descriptor v = get(succ_map, *vstart); in fleischer_hendrickson_pinar_strong_components()
/dports/devel/boost-libs/boost_1_72_0/boost/graph/distributed/
H A Dstrong_components.hpp403 ParentMap succ_map(succ_map_s.begin(), vertex_index_map); in fleischer_hendrickson_pinar_strong_components() local
406 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]); in fleischer_hendrickson_pinar_strong_components()
418 (succ_map), in fleischer_hendrickson_pinar_strong_components()
422 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map), in fleischer_hendrickson_pinar_strong_components()
478 vertex_descriptor v = get(succ_map, *vstart); in fleischer_hendrickson_pinar_strong_components()
/dports/devel/boost-python-libs/boost_1_72_0/boost/graph/distributed/
H A Dstrong_components.hpp403 ParentMap succ_map(succ_map_s.begin(), vertex_index_map); in fleischer_hendrickson_pinar_strong_components() local
406 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]); in fleischer_hendrickson_pinar_strong_components()
418 (succ_map), in fleischer_hendrickson_pinar_strong_components()
422 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map), in fleischer_hendrickson_pinar_strong_components()
478 vertex_descriptor v = get(succ_map, *vstart); in fleischer_hendrickson_pinar_strong_components()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/graph/distributed/
H A Dstrong_components.hpp403 ParentMap succ_map(succ_map_s.begin(), vertex_index_map); in fleischer_hendrickson_pinar_strong_components() local
406 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]); in fleischer_hendrickson_pinar_strong_components()
418 (succ_map), in fleischer_hendrickson_pinar_strong_components()
422 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map), in fleischer_hendrickson_pinar_strong_components()
478 vertex_descriptor v = get(succ_map, *vstart); in fleischer_hendrickson_pinar_strong_components()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/graph/distributed/
H A Dstrong_components.hpp403 ParentMap succ_map(succ_map_s.begin(), vertex_index_map);
406 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]);
418 (succ_map),
422 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map),
478 vertex_descriptor v = get(succ_map, *vstart);
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/graph/distributed/
H A Dstrong_components.hpp403 ParentMap succ_map(succ_map_s.begin(), vertex_index_map); in fleischer_hendrickson_pinar_strong_components() local
406 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]); in fleischer_hendrickson_pinar_strong_components()
418 (succ_map), in fleischer_hendrickson_pinar_strong_components()
422 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map), in fleischer_hendrickson_pinar_strong_components()
478 vertex_descriptor v = get(succ_map, *vstart); in fleischer_hendrickson_pinar_strong_components()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/graph/distributed/
H A Dstrong_components.hpp403 ParentMap succ_map(succ_map_s.begin(), vertex_index_map); in fleischer_hendrickson_pinar_strong_components() local
406 put(succ_map, vertex_sets[i][0], vertex_sets[i][0]); in fleischer_hendrickson_pinar_strong_components()
418 (succ_map), in fleischer_hendrickson_pinar_strong_components()
422 detail::scc_discovery_visitor<const Graph, ParentMap>(succ_map), in fleischer_hendrickson_pinar_strong_components()
478 vertex_descriptor v = get(succ_map, *vstart); in fleischer_hendrickson_pinar_strong_components()

12