Home
last modified time | relevance | path

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

/dports/devel/llvm80/llvm-8.0.1.src/lib/LTO/
H A DLTOCodeGenerator.cpp89 cl::opt<bool> LTOPassRemarksWithHotness( variable
509 Context, LTORemarksFilename, LTOPassRemarksWithHotness); in optimize()
H A DThinLTOCodeGenerator.cpp74 extern cl::opt<bool> LTOPassRemarksWithHotness;
976 Context, LTORemarksFilename, LTOPassRemarksWithHotness, count); in run()
H A DLTO.cpp1269 bool LTOPassRemarksWithHotness, int Count) { in setupOptimizationRemarks() argument
1270 if (LTOPassRemarksWithHotness) in setupOptimizationRemarks()
/dports/devel/llvm70/llvm-7.0.1.src/lib/LTO/
H A DLTOCodeGenerator.cpp88 cl::opt<bool> LTOPassRemarksWithHotness( variable
508 Context, LTORemarksFilename, LTOPassRemarksWithHotness); in optimize()
H A DThinLTOCodeGenerator.cpp72 extern cl::opt<bool> LTOPassRemarksWithHotness;
1022 Context, LTORemarksFilename, LTOPassRemarksWithHotness, count); in run()
H A DLTO.cpp1237 bool LTOPassRemarksWithHotness, int Count) { in setupOptimizationRemarks() argument
1238 if (LTOPassRemarksWithHotness) in setupOptimizationRemarks()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/LTO/
H A DLTO.h75 bool LTOPassRemarksWithHotness, int Count = -1);
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/LTO/
H A DLTO.h88 bool LTOPassRemarksWithHotness, int Count = -1);