Searched refs:loopPermMapInv (Results 1 – 1 of 1) sorted by relevance
1432 SmallVector<unsigned, 4> loopPermMapInv; in checkLoopInterchangeDependences() local1433 loopPermMapInv.resize(maxLoopDepth); in checkLoopInterchangeDependences()1435 loopPermMapInv[loopPermMap[i]] = i; in checkLoopInterchangeDependences()1448 unsigned permIndex = loopPermMapInv[j]; in checkLoopInterchangeDependences()