Lines Matching refs:InnerLoopId
259 unsigned InnerLoopId, in isLegalToInterChangeLoops() argument
264 char InnerDep = DepMatrix[Row][InnerLoopId]; in isLegalToInterChangeLoops()
333 bool canInterchangeLoops(unsigned InnerLoopId, unsigned OuterLoopId,
380 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
553 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, in processLoop()
556 LLVM_DEBUG(dbgs() << "Processing Inner Loop Id = " << InnerLoopId in processLoop()
558 Loop *InnerLoop = LoopList[InnerLoopId]; in processLoop()
562 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
568 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
963 bool LoopInterchangeLegality::canInterchangeLoops(unsigned InnerLoopId, in canInterchangeLoops() argument
966 if (!isLegalToInterChangeLoops(DepMatrix, InnerLoopId, OuterLoopId)) { in canInterchangeLoops()
967 LLVM_DEBUG(dbgs() << "Failed interchange InnerLoopId = " << InnerLoopId in canInterchangeLoops()
1082 static bool isProfitableForVectorization(unsigned InnerLoopId, in isProfitableForVectorization() argument
1089 if (Row[InnerLoopId] != 'S' && Row[InnerLoopId] != 'I') in isProfitableForVectorization()
1101 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable() argument
1119 if (isProfitableForVectorization(InnerLoopId, OuterLoopId, DepMatrix)) in isProfitable()