Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp106 if (Context.isDiagnosticsHotnessThresholdSetFromPSI()) { in runOnFunction()
137 if (Context.isDiagnosticsHotnessThresholdSetFromPSI()) { in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h228 bool isDiagnosticsHotnessThresholdSetFromPSI() const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp163 bool LLVMContext::isDiagnosticsHotnessThresholdSetFromPSI() const { in isDiagnosticsHotnessThresholdSetFromPSI() function in LLVMContext