Searched refs:HotnessThresholdParser (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/include/llvm/Remarks/ |
D | HotnessThresholdParser.h | 45 class HotnessThresholdParser : public cl::parser<Optional<uint64_t>> { 47 HotnessThresholdParser(cl::Option &O) : cl::parser<Optional<uint64_t>>(O) {} in HotnessThresholdParser() function
|
/external/llvm-project/llvm/tools/llvm-lto2/ |
D | llvm-lto2.cpp | 108 cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 91 cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
|
D | ThinLTOCodeGenerator.cpp | 79 extern cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
|
/external/llvm-project/llvm/tools/llc/ |
D | llc.cpp | 146 static cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
|
/external/llvm-project/llvm/tools/opt/ |
D | opt.cpp | 266 static cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
|