Lines Matching refs:InnerLoopId
197 unsigned InnerLoopId, in isLegalToInterChangeLoops() argument
208 std::swap(Cur[InnerLoopId], Cur[OuterLoopId]); in isLegalToInterChangeLoops()
248 bool canInterchangeLoops(unsigned InnerLoopId, unsigned OuterLoopId,
307 unsigned InnerLoopId, unsigned OuterLoopId,
318 std::optional<bool> isProfitableForVectorization(unsigned InnerLoopId,
503 bool processLoop(Loop *InnerLoop, Loop *OuterLoop, unsigned InnerLoopId, in processLoop()
507 LLVM_DEBUG(dbgs() << "Processing InnerLoopId = " << InnerLoopId in processLoop()
510 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
516 if (!LIP.isProfitable(InnerLoop, OuterLoop, InnerLoopId, OuterLoopId, in processLoop()
943 bool LoopInterchangeLegality::canInterchangeLoops(unsigned InnerLoopId, in canInterchangeLoops() argument
946 if (!isLegalToInterChangeLoops(DepMatrix, InnerLoopId, OuterLoopId)) { in canInterchangeLoops()
947 LLVM_DEBUG(dbgs() << "Failed interchange InnerLoopId = " << InnerLoopId in canInterchangeLoops()
1133 unsigned InnerLoopId, unsigned OuterLoopId, CharMatrix &DepMatrix) { in isProfitableForVectorization() argument
1138 if (Row[InnerLoopId] == 'I' || Row[InnerLoopId] == '=') in isProfitableForVectorization()
1154 const Loop *InnerLoop, const Loop *OuterLoop, unsigned InnerLoopId, in isProfitable() argument
1172 isProfitableForVectorization(InnerLoopId, OuterLoopId, DepMatrix); in isProfitable()