Home
last modified time | relevance | path

Searched refs:HotnessThresholdParser (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/include/llvm/Remarks/
DHotnessThresholdParser.h45 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/
Dllvm-lto2.cpp108 cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
/external/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp91 cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
DThinLTOCodeGenerator.cpp79 extern cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
/external/llvm-project/llvm/tools/llc/
Dllc.cpp146 static cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
/external/llvm-project/llvm/tools/opt/
Dopt.cpp266 static cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>