Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp29 if (!F->getContext().getDiagnosticsHotnessRequested()) in OptimizationRemarkEmitter()
100 if (Context.getDiagnosticsHotnessRequested()) { in runOnFunction()
131 if (Context.getDiagnosticsHotnessRequested()) { in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOptimizationRemarkEmitter.cpp81 if (MF.getFunction().getContext().getDiagnosticsHotnessRequested()) in runOnMachineFunction()
103 MF.getFunction().getContext().getDiagnosticsHotnessRequested() in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h213 LLVM_ABI bool getDiagnosticsHotnessRequested() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp136 bool LLVMContext::getDiagnosticsHotnessRequested() const { in getDiagnosticsHotnessRequested() function in LLVMContext