Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOptimizationRemarkEmitter.cpp58 Ctx.getDiagnosticsHotnessThreshold()) { in emit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp84 F->getContext().getDiagnosticsHotnessThreshold()) { in emit()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h215 uint64_t getDiagnosticsHotnessThreshold() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp139 uint64_t LLVMContext::getDiagnosticsHotnessThreshold() const { in getDiagnosticsHotnessThreshold() function in LLVMContext