Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOptimizationRemarkEmitter.cpp57 if (OptDiag.getHotness().value_or(0) < Ctx.getDiagnosticsHotnessThreshold()) in emit()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp86 F->getContext().getDiagnosticsHotnessThreshold()) { in emit()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h221 uint64_t getDiagnosticsHotnessThreshold() const;
/openbsd/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp152 uint64_t LLVMContext::getDiagnosticsHotnessThreshold() const { in getDiagnosticsHotnessThreshold() function in LLVMContext