Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp98 std::optional<uint64_t> RemarksHotnessThreshold) { in setupLLVMOptimizationRemarks()
145 std::optional<uint64_t> RemarksHotnessThreshold) { in setupLLVMOptimizationRemarks()
/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp134 RemarksHotnessThreshold( variable
/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h160 std::optional<uint64_t> RemarksHotnessThreshold = 0; global() member
/llvm-project/llvm/tools/llc/
H A Dllc.cpp167 RemarksHotnessThreshold( global() variable
/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp256 RemarksHotnessThreshold( variable
/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp89 RemarksHotnessThreshold( variable
H A DLTO.cpp1888 setupLLVMOptimizationRemarks(LLVMContext & Context,StringRef RemarksFilename,StringRef RemarksPasses,StringRef RemarksFormat,bool RemarksWithHotness,std::optional<uint64_t> RemarksHotnessThreshold,int Count) setupLLVMOptimizationRemarks() argument
/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp218 static std::optional<uint64_t> RemarksHotnessThreshold = 0; global() variable