Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOptimizationRemarkEmitter.cpp56 if (OptDiag.getHotness().value_or(0) < Ctx.getDiagnosticsHotnessThreshold()) in emit()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp84 F->getContext().getDiagnosticsHotnessThreshold()) { in emit()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMContext.h221 uint64_t getDiagnosticsHotnessThreshold() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp147 uint64_t LLVMContext::getDiagnosticsHotnessThreshold() const { in getDiagnosticsHotnessThreshold() function in LLVMContext