Home
last modified time | relevance | path

Searched refs:isDiagnosticsHotnessThresholdSetFromPSI (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDOptimizationRemarkEmitter.cpp106 if (Context.isDiagnosticsHotnessThresholdSetFromPSI()) { in runOnFunction()
137 if (Context.isDiagnosticsHotnessThresholdSetFromPSI()) { in run()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDLLVMContext.h233 bool isDiagnosticsHotnessThresholdSetFromPSI() const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContext.cpp175 bool LLVMContext::isDiagnosticsHotnessThresholdSetFromPSI() const { in isDiagnosticsHotnessThresholdSetFromPSI() function in LLVMContext