Home
last modified time | relevance | path

Searched defs:with_function (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dflowgraph.rs98 pub fn with_function(func: &Function) -> Self { in with_function() method
H A Ddominator_tree.rs287 pub fn with_function(func: &Function, cfg: &ControlFlowGraph) -> Self { in with_function() method
/wasmtime-44.0.1/cranelift/codegen/src/dominator_tree/
H A Dsimple.rs208 pub fn with_function(func: &Function, cfg: &ControlFlowGraph) -> Self { in with_function() method