Lines Matching refs:InnerLoopId
255 unsigned InnerLoopId, in isLegalToInterChangeLoops() argument
260 char InnerDep = DepMatrix[Row][InnerLoopId]; in isLegalToInterChangeLoops()
303 bool canInterchangeLoops(unsigned InnerLoopId, unsigned OuterLoopId,
362 unsigned InnerLoopId, unsigned OuterLoopId,
551 bool processLoop(Loop *InnerLoop, Loop *OuterLoop, unsigned InnerLoopId, in processLoop()
555 LLVM_DEBUG(dbgs() << "Processing InnerLoopId = " << InnerLoopId in processLoop()
558 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
564 if (!LIP.isProfitable(InnerLoop, OuterLoop, InnerLoopId, OuterLoopId, in processLoop()
988 bool LoopInterchangeLegality::canInterchangeLoops(unsigned InnerLoopId, in canInterchangeLoops() argument
991 if (!isLegalToInterChangeLoops(DepMatrix, InnerLoopId, OuterLoopId)) { in canInterchangeLoops()
992 LLVM_DEBUG(dbgs() << "Failed interchange InnerLoopId = " << InnerLoopId in canInterchangeLoops()
1140 static bool isProfitableForVectorization(unsigned InnerLoopId, in isProfitableForVectorization() argument
1147 if (Row[InnerLoopId] != 'S' && Row[InnerLoopId] != 'I') in isProfitableForVectorization()
1160 const Loop *InnerLoop, const Loop *OuterLoop, unsigned InnerLoopId, in isProfitable() argument
1189 if (isProfitableForVectorization(InnerLoopId, OuterLoopId, DepMatrix)) in isProfitable()