Searched refs:getDiagnosticsHotnessThreshold (Results 1 – 4 of 4) sorted by relevance
57 if (OptDiag.getHotness().value_or(0) < Ctx.getDiagnosticsHotnessThreshold()) in emit()
86 F->getContext().getDiagnosticsHotnessThreshold()) { in emit()
222 uint64_t getDiagnosticsHotnessThreshold() const;
157 uint64_t LLVMContext::getDiagnosticsHotnessThreshold() const { in getDiagnosticsHotnessThreshold() function in LLVMContext