Searched refs:OuterLoopId (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp222 unsigned OuterLoopId, char InnerDep,
225 if (isOuterMostDepPositive(DepMatrix, Row, OuterLoopId))
241 // If OuterLoopId represents outermost loop then interchanging will make the
243 if (OuterLoopId == 0)
249 if (!containsNoDependence(DepMatrix, Row, OuterLoopId))
263 unsigned OuterLoopId) {
269 char OuterDep = DepMatrix[Row][OuterLoopId];
272 else if (!validDepInterchange(DepMatrix, Row, OuterLoopId, InnerDep,
338 bool canInterchangeLoops(unsigned InnerLoopId, unsigned OuterLoopId,
375 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
221 validDepInterchange(CharMatrix &DepMatrix, unsigned Row, unsigned OuterLoopId, char InnerDep, char OuterDep) argument
261 isLegalToInterChangeLoops(CharMatrix &DepMatrix, unsigned InnerLoopId, unsigned OuterLoopId) argument
570 processLoop(LoopVector LoopList, unsigned InnerLoopId, unsigned OuterLoopId, BasicBlock *LoopNestExit, std::vector<std::vector<char>> &DependencyMatrix) argument
575 << " and OuterLoopId = " << OuterLoopId << "\\n"); local
[all...]

Completed in 95 milliseconds