Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_param
Method · 0.80
store_fn_arg
Method · 0.80
append_sibling_block
Method · 0.80
alloca
Method · 0.80
Calls
1
llbb
Method · 0.80
Tested by
no test coverage detected