Home
last modified time | relevance | path

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

/dports/sysutils/vector/vector-0.10.0/cargo-crates/regalloc-0.0.25/src/
H A Danalysis_control_flow.rs541 let mut natural_loops = Vec::<Set<BlockIx>>::new(); localVariable
560 natural_loops.push(loop_set);
575 natural_loops.sort_by(|left_block_set, right_block_set| {
582 let num_loops = natural_loops.len();
591 if natural_loops[curr].is_subset_of(&natural_loops[j]) {
603 for (loop_block_indexes, depth) in natural_loops.iter().zip(loop_depths) {
/dports/www/firefox/firefox-99.0/third_party/rust/regalloc/src/
H A Danalysis_control_flow.rs543 let mut natural_loops = Vec::<Set<BlockIx>>::new(); localVariable
562 natural_loops.push(loop_set);
577 natural_loops.sort_by(|left_block_set, right_block_set| {
584 let num_loops = natural_loops.len();
593 if natural_loops[curr].is_subset_of(&natural_loops[j]) {
605 for (loop_block_indexes, depth) in natural_loops.iter().zip(loop_depths) {
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/regalloc/src/
H A Danalysis_control_flow.rs543 let mut natural_loops = Vec::<Set<BlockIx>>::new(); localVariable
562 natural_loops.push(loop_set);
577 natural_loops.sort_by(|left_block_set, right_block_set| {
584 let num_loops = natural_loops.len();
593 if natural_loops[curr].is_subset_of(&natural_loops[j]) {
605 for (loop_block_indexes, depth) in natural_loops.iter().zip(loop_depths) {
/dports/lang/rust/rustc-1.58.1-src/vendor/regalloc/src/
H A Danalysis_control_flow.rs543 let mut natural_loops = Vec::<Set<BlockIx>>::new(); localVariable
562 natural_loops.push(loop_set);
577 natural_loops.sort_by(|left_block_set, right_block_set| {
584 let num_loops = natural_loops.len();
593 if natural_loops[curr].is_subset_of(&natural_loops[j]) {
605 for (loop_block_indexes, depth) in natural_loops.iter().zip(loop_depths) {
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/regalloc/src/
H A Danalysis_control_flow.rs543 let mut natural_loops = Vec::<Set<BlockIx>>::new(); localVariable
562 natural_loops.push(loop_set);
577 natural_loops.sort_by(|left_block_set, right_block_set| {
584 let num_loops = natural_loops.len();
593 if natural_loops[curr].is_subset_of(&natural_loops[j]) {
605 for (loop_block_indexes, depth) in natural_loops.iter().zip(loop_depths) {
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/regalloc/src/
H A Danalysis_control_flow.rs542 let mut natural_loops = Vec::<Set<BlockIx>>::new(); localVariable
561 natural_loops.push(loop_set);
576 natural_loops.sort_by(|left_block_set, right_block_set| {
583 let num_loops = natural_loops.len();
592 if natural_loops[curr].is_subset_of(&natural_loops[j]) {
604 for (loop_block_indexes, depth) in natural_loops.iter().zip(loop_depths) {