Lines Matching refs:OuterLoopId
198 unsigned OuterLoopId) { in isLegalToInterChangeLoops() argument
208 std::swap(Cur[InnerLoopId], Cur[OuterLoopId]); in isLegalToInterChangeLoops()
248 bool canInterchangeLoops(unsigned InnerLoopId, unsigned OuterLoopId,
307 unsigned InnerLoopId, unsigned OuterLoopId,
319 unsigned OuterLoopId,
504 unsigned OuterLoopId, in processLoop()
508 << " and OuterLoopId = " << OuterLoopId << "\n"); in processLoop()
510 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
516 if (!LIP.isProfitable(InnerLoop, OuterLoop, InnerLoopId, OuterLoopId, in processLoop()
944 unsigned OuterLoopId, in canInterchangeLoops() argument
946 if (!isLegalToInterChangeLoops(DepMatrix, InnerLoopId, OuterLoopId)) { in canInterchangeLoops()
948 << " and OuterLoopId = " << OuterLoopId in canInterchangeLoops()
1133 unsigned InnerLoopId, unsigned OuterLoopId, CharMatrix &DepMatrix) { in isProfitableForVectorization() argument
1144 if (Row[OuterLoopId] != 'I' && Row[OuterLoopId] != '=') in isProfitableForVectorization()
1155 unsigned OuterLoopId, CharMatrix &DepMatrix, in isProfitable() argument
1172 isProfitableForVectorization(InnerLoopId, OuterLoopId, DepMatrix); in isProfitable()