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

Method llfn

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

Source from the content-addressed store, hash-verified

1173 }
1174
1175 pub fn llfn(&self) -> &'ll Value {
1176 unsafe { llvm::LLVMGetBasicBlockParent(self.llbb()) }
1177 }
1178
1179 fn position_at_start(&mut self, llbb: &'ll BasicBlock) {
1180 unsafe {

Callers 4

get_paramMethod · 0.80
store_fn_argMethod · 0.80
append_sibling_blockMethod · 0.80
allocaMethod · 0.80

Calls 1

llbbMethod · 0.80

Tested by

no test coverage detected