Home
last modified time | relevance | path

Searched refs:getDiagnosticsHotnessRequested (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDOptimizationRemarkEmitter.cpp29 if (!F->getContext().getDiagnosticsHotnessRequested()) in OptimizationRemarkEmitter()
103 if (Context.getDiagnosticsHotnessRequested()) { in runOnFunction()
134 if (Context.getDiagnosticsHotnessRequested()) { in run()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineOptimizationRemarkEmitter.cpp81 if (MF.getFunction().getContext().getDiagnosticsHotnessRequested()) in runOnMachineFunction()
103 MF.getFunction().getContext().getDiagnosticsHotnessRequested() in run()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDLLVMContext.h206 bool getDiagnosticsHotnessRequested() const;
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDLLVMContext.cpp151 bool LLVMContext::getDiagnosticsHotnessRequested() const { in getDiagnosticsHotnessRequested() function in LLVMContext