Lines Matching refs:OuterLoopId
220 unsigned OuterLoopId, char InnerDep, in validDepInterchange() argument
222 if (isOuterMostDepPositive(DepMatrix, Row, OuterLoopId)) in validDepInterchange()
240 if (OuterLoopId == 0) in validDepInterchange()
246 if (!containsNoDependence(DepMatrix, Row, OuterLoopId)) in validDepInterchange()
259 unsigned OuterLoopId) { in isLegalToInterChangeLoops() argument
264 char OuterDep = DepMatrix[Row][OuterLoopId]; in isLegalToInterChangeLoops()
267 if (!validDepInterchange(DepMatrix, Row, OuterLoopId, InnerDep, OuterDep)) in isLegalToInterChangeLoops()
332 bool canInterchangeLoops(unsigned InnerLoopId, unsigned OuterLoopId,
379 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
538 unsigned OuterLoopId, in processLoop()
541 << " and OuterLoopId = " << OuterLoopId << "\n"); in processLoop()
543 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
549 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
1060 unsigned OuterLoopId, in canInterchangeLoops() argument
1062 if (!isLegalToInterChangeLoops(DepMatrix, InnerLoopId, OuterLoopId)) { in canInterchangeLoops()
1064 << " and OuterLoopId = " << OuterLoopId in canInterchangeLoops()
1207 unsigned OuterLoopId, in isProfitableForVectorization() argument
1216 if (Row[OuterLoopId] != '=') in isProfitableForVectorization()
1226 unsigned OuterLoopId, in isProfitable() argument
1243 if (isProfitableForVectorization(InnerLoopId, OuterLoopId, DepMatrix)) in isProfitable()