MCPcopy 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

lowerMethod · 0.80

Calls 1

end_bbMethod · 0.80

Tested by

no test coverage detected