MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / append_sibling_block

Method append_sibling_block

crates/rustc_codegen_nvvm/src/builder.rs:203–205  ·  view source on GitHub ↗
(&mut self, name: &str)

Source from the content-addressed store, hash-verified

201 }
202
203 fn append_sibling_block(&mut self, name: &str) -> &'ll BasicBlock {
204 Self::append_block(self.cx, self.llfn(), name)
205 }
206
207 fn ret_void(&mut self) {
208 trace!("Ret void");

Callers 1

build_sibling_blockMethod · 0.80

Calls 1

llfnMethod · 0.80

Tested by

no test coverage detected