Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp28 if (!F->getContext().getDiagnosticsHotnessRequested()) in OptimizationRemarkEmitter()
101 if (Context.getDiagnosticsHotnessRequested()) { in runOnFunction()
132 if (Context.getDiagnosticsHotnessRequested()) { in run()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOptimizationRemarkEmitter.cpp72 if (MF.getFunction().getContext().getDiagnosticsHotnessRequested()) in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMContext.h201 bool getDiagnosticsHotnessRequested() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp134 bool LLVMContext::getDiagnosticsHotnessRequested() const { in getDiagnosticsHotnessRequested() function in LLVMContext