Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ finish_bb
Method
finish_bb
cranelift/codegen/src/machinst/lower.rs:991–993 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
989
}
990
991
fn finish_bb(&mut self) {
992
self.vcode.end_bb();
993
}
994
995
fn lower_clif_branch<B: LowerBackend<MInst = I>>(
996
&mut self,
Callers
1
lower
Method · 0.80
Calls
1
end_bb
Method · 0.80
Tested by
no test coverage detected