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