HomeSort by: relevance | last modified time | path
    Searched refs:getDiagnosticsHotnessRequested (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
OptimizationRemarkEmitter.cpp 28 if (!F->getContext().getDiagnosticsHotnessRequested())
101 if (Context.getDiagnosticsHotnessRequested()) {
132 if (Context.getDiagnosticsHotnessRequested()) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOptimizationRemarkEmitter.cpp 75 if (MF.getFunction().getContext().getDiagnosticsHotnessRequested())
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LLVMContext.h 200 bool getDiagnosticsHotnessRequested() const;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContext.cpp 131 bool LLVMContext::getDiagnosticsHotnessRequested() const {

Completed in 30 milliseconds