Searched refs:getDiagnosticsHotnessRequested (Results 1 – 4 of 4) sorted by relevance
29 if (!F->getContext().getDiagnosticsHotnessRequested()) in OptimizationRemarkEmitter()100 if (Context.getDiagnosticsHotnessRequested()) { in runOnFunction()131 if (Context.getDiagnosticsHotnessRequested()) { in run()
81 if (MF.getFunction().getContext().getDiagnosticsHotnessRequested()) in runOnMachineFunction()103 MF.getFunction().getContext().getDiagnosticsHotnessRequested() in run()
213 LLVM_ABI bool getDiagnosticsHotnessRequested() const;
136 bool LLVMContext::getDiagnosticsHotnessRequested() const { in getDiagnosticsHotnessRequested() function in LLVMContext