Home
last modified time | relevance | path

Searched refs:pgo_sample_use_path (Results 1 – 1 of 1) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/back/
H A Dwrite.rs421 let pgo_sample_use_path = get_pgo_sample_use_path(config); in optimize_with_new_llvm_pass_manager() localVariable
472 pgo_sample_use_path.as_ref().map_or(std::ptr::null(), |s| s.as_ptr()), in optimize_with_new_llvm_pass_manager()
1054 let pgo_sample_use_path = get_pgo_sample_use_path(config); in with_llvm_pmb() localVariable
1065 pgo_sample_use_path.as_ref().map_or(ptr::null(), |s| s.as_ptr()), in with_llvm_pmb()