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