Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DOptimizationRemarkEmitter.cpp27 if (!F->getContext().getDiagnosticsHotnessRequested()) in OptimizationRemarkEmitter()
96 if (Fn.getContext().getDiagnosticsHotnessRequested()) in runOnFunction()
118 if (F.getContext().getDiagnosticsHotnessRequested()) in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOptimizationRemarkEmitter.cpp75 if (MF.getFunction().getContext().getDiagnosticsHotnessRequested()) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h207 bool getDiagnosticsHotnessRequested() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp134 bool LLVMContext::getDiagnosticsHotnessRequested() const { in getDiagnosticsHotnessRequested() function in LLVMContext