Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.cpp34 LLVM_ABI cl::opt<double> ExpensiveRematWeight("regalloc-expensive-remat-weight", variable
68 Ret += ExpensiveRematWeight * expensiveRematCounts(); in getScore()