Lines Matching refs:InnerLoopId
263 unsigned InnerLoopId, in isLegalToInterChangeLoops() argument
269 char InnerDep = DepMatrix[Row][InnerLoopId]; in isLegalToInterChangeLoops()
339 bool canInterchangeLoops(unsigned InnerLoopId, unsigned OuterLoopId,
376 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
572 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, in processLoop()
576 DEBUG(dbgs() << "Processing Innder Loop Id = " << InnerLoopId in processLoop()
578 Loop *InnerLoop = LoopList[InnerLoopId]; in processLoop()
583 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
589 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
852 bool LoopInterchangeLegality::canInterchangeLoops(unsigned InnerLoopId, in canInterchangeLoops() argument
856 if (!isLegalToInterChangeLoops(DepMatrix, InnerLoopId, OuterLoopId)) { in canInterchangeLoops()
857 DEBUG(dbgs() << "Failed interchange InnerLoopId = " << InnerLoopId in canInterchangeLoops()
953 static bool isProfitabileForVectorization(unsigned InnerLoopId, in isProfitabileForVectorization() argument
961 if (DepMatrix[i][InnerLoopId] != 'S' && DepMatrix[i][InnerLoopId] != 'I') in isProfitabileForVectorization()
972 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable() argument
993 isProfitabileForVectorization(InnerLoopId, OuterLoopId, DepMatrix); in isProfitable()