Home
last modified time | relevance | path

Searched defs:RemarksHotnessThreshold (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp98 std::optional<uint64_t> RemarksHotnessThreshold) { in setupLLVMOptimizationRemarks()
145 std::optional<uint64_t> RemarksHotnessThreshold) { in setupLLVMOptimizationRemarks()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp134 RemarksHotnessThreshold( variable
/freebsd-src/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp255 RemarksHotnessThreshold( global() variable
/freebsd-src/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp167 RemarksHotnessThreshold( variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h163 std::optional<uint64_t> RemarksHotnessThreshold = 0; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp90 RemarksHotnessThreshold( global() variable
H A DLTO.cpp1857 setupLLVMOptimizationRemarks(LLVMContext & Context,StringRef RemarksFilename,StringRef RemarksPasses,StringRef RemarksFormat,bool RemarksWithHotness,std::optional<uint64_t> RemarksHotnessThreshold,int Count) setupLLVMOptimizationRemarks() argument