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

Method llbb

crates/rustc_codegen_nvvm/src/builder.rs:185–187  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

183 }
184
185 fn llbb(&self) -> &'ll BasicBlock {
186 unsafe { llvm::LLVMGetInsertBlock(self.llbuilder) }
187 }
188
189 fn build_sibling_block(&mut self, name: &str) -> Self {
190 let llbb = self.append_sibling_block(name);

Callers 3

llfnMethod · 0.80
dbg_var_addrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected