Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp261 unsigned NumRows = DepMatrix.size(); in isLegalToInterChangeLoops() local
263 for (unsigned Row = 0; Row < NumRows; ++Row) { in isLegalToInterChangeLoops()