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

/external/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp222 unsigned OuterLoopId, char InnerDep, char OuterDep) {
224 if (isOuterMostDepPositive(DepMatrix, Row, OuterLoopId))
240 // If OuterLoopId represents outermost loop then interchanging will make the
242 if (OuterLoopId == 0)
248 if (!containsNoDependence(DepMatrix, Row, OuterLoopId))
260 unsigned OuterLoopId) {
266 char OuterDep = DepMatrix[Row][OuterLoopId];
269 else if (!validDepInterchange(DepMatrix, Row, OuterLoopId, InnerDep,
334 bool canInterchangeLoops(unsigned InnerLoopId, unsigned OuterLoopId,
361 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
221 validDepInterchange(CharMatrix &DepMatrix, unsigned Row, unsigned OuterLoopId, char InnerDep, char OuterDep) argument
259 isLegalToInterChangeLoops(CharMatrix &DepMatrix, unsigned InnerLoopId, unsigned OuterLoopId) argument
559 processLoop(LoopVector LoopList, unsigned InnerLoopId, unsigned OuterLoopId, BasicBlock *LoopNestExit, std::vector<std::vector<char>> &DependencyMatrix) argument
564 << " and OuterLoopId = " << OuterLoopId << "\\n"); local
755 canInterchangeLoops(unsigned InnerLoopId, unsigned OuterLoopId, CharMatrix &DepMatrix) argument
761 << "and OuterLoopId = " << OuterLoopId local
854 isProfitabileForVectorization(unsigned InnerLoopId, unsigned OuterLoopId, CharMatrix &DepMatrix) argument
873 isProfitable(unsigned InnerLoopId, unsigned OuterLoopId, CharMatrix &DepMatrix) argument
[all...]

Completed in 94 milliseconds