Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegAllocScore.cpp32 cl::opt<double> CheapRematWeight("regalloc-cheap-remat-weight", cl::init(0.2), variable
67 Ret += CheapRematWeight * cheapRematCounts(); in getScore()