Searched refs:CharMatrix (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 53 typedef std::vector<std::vector<char>> CharMatrix; typedef 64 void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix() 74 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix() 187 static void interChangeDepedencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDepedencies() 199 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive() 212 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence() 222 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange() 262 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops() 340 CharMatrix &DepMatrix); 377 CharMatrix &DepMatrix); [all …]
|