Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ compute_cfg
Method
compute_cfg
cranelift/codegen/src/context.rs:310–312 ·
view source on GitHub ↗
Compute the control flow graph.
(&mut self)
Source
from the content-addressed store, hash-verified
308
309
/// Compute the control flow graph.
310
pub fn compute_cfg(&mut self) {
311
self.cfg.compute(&self.func)
312
}
313
314
/// Compute dominator tree.
315
pub fn compute_domtree(&mut self) {
Callers
5
run
Method · 0.80
run
Method · 0.80
optimize
Method · 0.80
flowgraph
Method · 0.80
egraph_pass
Method · 0.80
Calls
1
compute
Method · 0.45
Tested by
2
run
Method · 0.64
run
Method · 0.64