Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h61 unsigned RowCount = 0; in MatrixMetadata() local
64 ++RowCount; in MatrixMetadata()
70 WorstRow = std::max(WorstRow, RowCount); in MatrixMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp806 size_t RowCount = Rows.size(); in parse() local
1170 if (Verbose && Rows.size() == RowCount) in parse()