Home
last modified time | relevance | path

Searched defs:LDT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp581 if (std::optional<uint64_t> LDT = codegen::getExplicitLargeDataThreshold()) in compileModule() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h240 void setLargeDataThreshold(uint64_t LDT) { LargeDataThreshold = LDT; } in setLargeDataThreshold()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp567 LoopDepthTree LDT; member