Home
last modified time | relevance | path

Searched refs:CharMatrix (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp52 typedef std::vector<std::vector<char>> CharMatrix; typedef
63 void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix()
73 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix()
186 static void interChangeDepedencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDepedencies()
198 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive()
211 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence()
221 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange()
261 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops()
339 CharMatrix &DepMatrix);
376 CharMatrix &DepMatrix);
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp66 using CharMatrix = std::vector<std::vector<char>>; typedef
77 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix()
86 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix()
185 static void interChangeDependencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDependencies()
197 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive()
210 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence()
220 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange()
258 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops()
337 CharMatrix &DepMatrix);
380 CharMatrix &DepMatrix);
[all …]