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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LLVMRemarkStreamer.h 81 bool RemarksWithHotness,
89 StringRef RemarksFormat, bool RemarksWithHotness,
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMRemarkStreamer.cpp 94 StringRef RemarksFormat, bool RemarksWithHotness,
96 if (RemarksWithHotness)
141 StringRef RemarksFormat, bool RemarksWithHotness,
143 if (RemarksWithHotness)
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
Config.h 136 bool RemarksWithHotness = false;
LTO.h 87 StringRef RemarksFormat, bool RemarksWithHotness,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
llvm-lto2.cpp 103 static cl::opt<bool> RemarksWithHotness(
263 Conf.RemarksWithHotness = RemarksWithHotness;
  /src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp 217 static bool RemarksWithHotness = false;
304 RemarksWithHotness = true;
953 Conf.RemarksWithHotness = options::RemarksWithHotness;
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOCodeGenerator.cpp 87 cl::opt<bool> RemarksWithHotness(
510 RemarksWithHotness, RemarksHotnessThreshold);
ThinLTOCodeGenerator.cpp 78 extern cl::opt<bool> RemarksWithHotness;
1115 RemarksWithHotness, RemarksHotnessThreshold, count);
LTO.cpp 1047 Conf.RemarksPasses, Conf.RemarksFormat, Conf.RemarksWithHotness,
1555 StringRef RemarksFormat, bool RemarksWithHotness,
1566 Context, Filename, RemarksPasses, RemarksFormat, RemarksWithHotness,
LTOBackend.cpp 559 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold,
  /src/external/apache2/llvm/dist/llvm/tools/llc/
llc.cpp 150 static cl::opt<bool> RemarksWithHotness(
377 RemarksFormat, RemarksWithHotness,
  /src/external/apache2/llvm/dist/llvm/tools/opt/
opt.cpp 287 static cl::opt<bool> RemarksWithHotness(
633 RemarksFormat, RemarksWithHotness,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 1564 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness;

Completed in 23 milliseconds