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.cpp103 if (Context.isDiagnosticsHotnessThresholdSetFromPSI()) { in runOnFunction()
134 if (Context.isDiagnosticsHotnessThresholdSetFromPSI()) { in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h242 LLVM_ABI bool isDiagnosticsHotnessThresholdSetFromPSI() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp160 bool LLVMContext::isDiagnosticsHotnessThresholdSetFromPSI() const { in isDiagnosticsHotnessThresholdSetFromPSI() function in LLVMContext