Searched defs:has_loop (Results 1 – 4 of 4) sorted by relevance
209 let mut has_loop = false; in detect_loops() localVariable228 has_loop: bool, field254 let has_loop = detect_loops(&mut nodes); in from_blocks_edges() localVariable306 pub fn has_loop(&self) -> bool { in has_loop() method
1157 auto has_loop = it != current_partition.end(); in PartitionSubscripts() local