Lines Matching refs:InnerLoopId
258 unsigned InnerLoopId, in isLegalToInterChangeLoops() argument
263 char InnerDep = DepMatrix[Row][InnerLoopId]; in isLegalToInterChangeLoops()
332 bool canInterchangeLoops(unsigned InnerLoopId, unsigned OuterLoopId,
379 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
537 bool processLoop(Loop *InnerLoop, Loop *OuterLoop, unsigned InnerLoopId, in processLoop()
540 LLVM_DEBUG(dbgs() << "Processing InnerLoopId = " << InnerLoopId in processLoop()
543 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
549 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
1059 bool LoopInterchangeLegality::canInterchangeLoops(unsigned InnerLoopId, in canInterchangeLoops() argument
1062 if (!isLegalToInterChangeLoops(DepMatrix, InnerLoopId, OuterLoopId)) { in canInterchangeLoops()
1063 LLVM_DEBUG(dbgs() << "Failed interchange InnerLoopId = " << InnerLoopId in canInterchangeLoops()
1206 static bool isProfitableForVectorization(unsigned InnerLoopId, in isProfitableForVectorization() argument
1213 if (Row[InnerLoopId] != 'S' && Row[InnerLoopId] != 'I') in isProfitableForVectorization()
1225 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable() argument
1243 if (isProfitableForVectorization(InnerLoopId, OuterLoopId, DepMatrix)) in isProfitable()