Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp3217 std::pair<unsigned, unsigned> NonZeroCostRange = in computeStats() local
3225 if (Idx >= NonZeroCostRange.first && Idx < NonZeroCostRange.second) in computeStats()