Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2602 std::pair<unsigned, unsigned> NonZeroCostRange = in computeStats() local
2610 if (Idx >= NonZeroCostRange.first && Idx < NonZeroCostRange.second) in computeStats()