Searched refs:InnerLoopId (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 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, 540 LLVM_DEBUG(dbgs() << "Processing InnerLoopId = " << InnerLoopId 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() 1206 static bool isProfitableForVectorization(unsigned InnerLoopId, in isProfitableForVectorization() argument 1213 if (Row[InnerLoopId] != 'S' && Row[InnerLoopId] != 'I') in isProfitableForVectorization() [all …]
|