Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llc/
H A Dllc.cpp141 static cl::opt<unsigned> PassRemarksHotnessThreshold( variable
325 if (PassRemarksHotnessThreshold) in main()
326 Context.setDiagnosticsHotnessThreshold(PassRemarksHotnessThreshold); in main()
/freebsd-12.1/contrib/llvm/tools/opt/
H A Dopt.cpp268 static cl::opt<unsigned> PassRemarksHotnessThreshold( variable
500 if (PassRemarksHotnessThreshold) in main()
501 Context.setDiagnosticsHotnessThreshold(PassRemarksHotnessThreshold); in main()