Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dcranelift.rs47 filled_blocks: HashSet<Block>, field
100 filled_blocks: HashSet::new(), in new()
244 self.filled_blocks.insert(bcx.current_block().unwrap()); in build_function_prelude()
259 if !self.filled_blocks.contains(&current_block) { in translate_program()
821 self.filled_blocks.insert(bcx.current_block().unwrap()); in translate_program()
905 self.filled_blocks.insert(bcx.current_block().unwrap()); in translate_program()
939 self.filled_blocks.insert(bcx.current_block().unwrap()); in translate_program()