Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp88 cl::opt<bool> LTOPassRemarksWithHotness( variable
508 Context, LTORemarksFilename, LTOPassRemarksWithHotness); in optimize()
DThinLTOCodeGenerator.cpp72 extern cl::opt<bool> LTOPassRemarksWithHotness;
1022 Context, LTORemarksFilename, LTOPassRemarksWithHotness, count); in run()
DLTO.cpp1237 bool LTOPassRemarksWithHotness, int Count) { in setupOptimizationRemarks() argument
1238 if (LTOPassRemarksWithHotness) in setupOptimizationRemarks()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DLTO.h75 bool LTOPassRemarksWithHotness, int Count = -1);