Home
last modified time | relevance | path

Searched refs:setDiagnosticsHotnessThreshold (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DLLVMContext.h247 void setDiagnosticsHotnessThreshold(uint64_t Threshold);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContext.cpp156 void LLVMContext::setDiagnosticsHotnessThreshold(uint64_t Threshold) { in setDiagnosticsHotnessThreshold() function in LLVMContext
/freebsd-12.1/contrib/llvm/tools/llc/
H A Dllc.cpp326 Context.setDiagnosticsHotnessThreshold(PassRemarksHotnessThreshold); in main()
/freebsd-12.1/contrib/llvm/tools/opt/
H A Dopt.cpp501 Context.setDiagnosticsHotnessThreshold(PassRemarksHotnessThreshold); in main()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp266 Ctx.setDiagnosticsHotnessThreshold( in HandleTranslationUnit()