Home
last modified time | relevance | path

Searched defs:LargeDataThreshold (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp170 static cl::opt<uint64_t> LargeDataThreshold( in CGOPT() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h102 uint64_t LargeDataThreshold = 0; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h176 uint64_t LargeDataThreshold; variable
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp227 if (std::optional<uint64_t> LargeDataThreshold = M.getLargeDataThreshold()) in createTargetMachine() local