Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp99 static cl::opt<bool> OptRemarksWithHotness( variable
215 Conf.RemarksWithHotness = OptRemarksWithHotness; in run()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h164 bool OptRemarksWithHotness; member
H A DLTO.cpp99 C.RemarksWithHotness = Config->OptRemarksWithHotness; in createConfig()
H A DDriver.cpp821 Config->OptRemarksWithHotness = Args.hasArg(OPT_opt_remarks_with_hotness); in readConfigs()