Searched refs:getDiagnosticsHotnessRequested (Results 1 – 4 of 4) sorted by relevance
27 if (!F->getContext().getDiagnosticsHotnessRequested()) in OptimizationRemarkEmitter()96 if (Fn.getContext().getDiagnosticsHotnessRequested()) in runOnFunction()118 if (F.getContext().getDiagnosticsHotnessRequested()) in run()
75 if (MF.getFunction().getContext().getDiagnosticsHotnessRequested()) in runOnMachineFunction()
207 bool getDiagnosticsHotnessRequested() const;
134 bool LLVMContext::getDiagnosticsHotnessRequested() const { in getDiagnosticsHotnessRequested() function in LLVMContext