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

Method cx

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

Source from the content-addressed store, hash-verified

1131 }
1132
1133 fn cx(&self) -> &CodegenCx<'ll, 'tcx> {
1134 self.cx
1135 }
1136
1137 fn do_not_inline(&mut self, llret: &'ll Value) {
1138 llvm::Attribute::NoInline.apply_callsite(llvm::AttributePlace::Function, llret);

Callers 9

va_startMethod · 0.80
va_endMethod · 0.80
from_immediateMethod · 0.80
to_immediate_scalarMethod · 0.80
dbg_var_addrMethod · 0.80
set_dbg_locMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected