Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Remarks/
H A DHotnessThresholdParser.h45 class HotnessThresholdParser : public cl::parser<Optional<uint64_t>> {
47 HotnessThresholdParser(cl::Option &O) : cl::parser<Optional<uint64_t>>(O) {} in HotnessThresholdParser() function
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp88 cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
H A DThinLTOCodeGenerator.cpp81 extern cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
/llvm-project-15.0.7/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp134 cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp169 static cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp257 static cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5463 llvm/include/llvm/Remarks/HotnessThresholdParser.h