Searched defs:ControlFlowGraph (Results 1 – 6 of 6) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | flowgraph.rs | 71 pub struct ControlFlowGraph { struct 78 impl ControlFlowGraph { impl
|
| H A D | loop_analysis.rs | 164 pub fn compute(&mut self, func: &Function, cfg: &ControlFlowGraph, domtree: &DominatorTree) { in compute() 195 fn is_block_loop_header(block: Block, cfg: &ControlFlowGraph, domtree: &DominatorTree) -> bool { in is_block_loop_header() 203 fn find_loop_headers(&mut self, cfg: &ControlFlowGraph, domtree: &DominatorTree) { in find_loop_headers() 217 fn discover_loop_blocks(&mut self, cfg: &ControlFlowGraph, domtree: &DominatorTree) { in discover_loop_blocks()
|
| H A D | unreachable_code.rs | 19 cfg: &mut ControlFlowGraph, in eliminate_unreachable_code()
|
| H A D | dominator_tree.rs | 309 pub fn compute(&mut self, func: &Function, cfg: &ControlFlowGraph) { in compute() 423 fn compute_domtree(&mut self, cfg: &ControlFlowGraph) { in compute_domtree()
|
| /wasmtime-44.0.1/cranelift/codegen/src/dominator_tree/ |
| H A D | simple.rs | 221 pub fn compute(&mut self, func: &Function, cfg: &ControlFlowGraph) { in compute() 257 fn compute_domtree(&mut self, func: &Function, cfg: &ControlFlowGraph) { in compute_domtree()
|
| /wasmtime-44.0.1/cranelift/codegen/src/verifier/ |
| H A D | mod.rs | 279 cfg: &ControlFlowGraph, in verify_context() 1753 cfg: &ControlFlowGraph, in cfg_integrity()
|