Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/
Dllc.cpp141 static cl::opt<unsigned> PassRemarksHotnessThreshold( variable
325 if (PassRemarksHotnessThreshold) in main()
326 Context.setDiagnosticsHotnessThreshold(PassRemarksHotnessThreshold); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
Dopt.cpp264 static cl::opt<unsigned> PassRemarksHotnessThreshold( variable
495 if (PassRemarksHotnessThreshold) in main()
496 Context.setDiagnosticsHotnessThreshold(PassRemarksHotnessThreshold); in main()