Searched refs:InnerLoopId (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 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() 568 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop() 1082 static bool isProfitableForVectorization(unsigned InnerLoopId, in isProfitableForVectorization() argument 1089 if (Row[InnerLoopId] != 'S' && Row[InnerLoopId] != 'I') in isProfitableForVectorization() [all …]
|