Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp104 if (Context.isDiagnosticsHotnessThresholdSetFromPSI()) { in runOnFunction()
135 if (Context.isDiagnosticsHotnessThresholdSetFromPSI()) { in run()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMContext.h228 bool isDiagnosticsHotnessThresholdSetFromPSI() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp158 bool LLVMContext::isDiagnosticsHotnessThresholdSetFromPSI() const { in isDiagnosticsHotnessThresholdSetFromPSI() function in LLVMContext