Searched refs:CSRCost (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp293 BlockFrequency CSRCost; variable
2187 // is lower than CSRCost.
2189 if (calcSpillCost() >= CSRCost)
2199 // the cost of splitting is lower than CSRCost.
2202 BlockFrequency BestCost = CSRCost; // Don't modify CSRCost.
2206 // Use the CSR if we can't find a region split below CSRCost.
2219 CSRCost = BlockFrequency(
2221 if (!CSRCost.getFrequency())
2227 CSRCost
[all...]

Completed in 292 milliseconds