Home
last modified time | relevance | path

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

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