Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp106 if (Context.isDiagnosticsHotnessThresholdSetFromPSI()) { in runOnFunction()
137 if (Context.isDiagnosticsHotnessThresholdSetFromPSI()) { in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h233 bool isDiagnosticsHotnessThresholdSetFromPSI() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp175 bool LLVMContext::isDiagnosticsHotnessThresholdSetFromPSI() const { in isDiagnosticsHotnessThresholdSetFromPSI() function in LLVMContext