Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.cpp32 LLVM_ABI cl::opt<double> CheapRematWeight("regalloc-cheap-remat-weight", variable
67 Ret += CheapRematWeight * cheapRematCounts(); in getScore()