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

Method build_sibling_block

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

Source from the content-addressed store, hash-verified

187 }
188
189 fn build_sibling_block(&mut self, name: &str) -> Self {
190 let llbb = self.append_sibling_block(name);
191 Self::build(self.cx, llbb)
192 }
193
194 fn set_span(&mut self, _span: Span) {}
195

Callers 1

Calls 1

append_sibling_blockMethod · 0.80

Tested by

no test coverage detected