Home
last modified time | relevance | path

Searched defs:DepMatrix (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp64 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()
854 CharMatrix &DepMatrix) { in canInterchangeLoops()
955 CharMatrix &DepMatrix) { in isProfitabileForVectorization()
974 CharMatrix &DepMatrix) { in isProfitable()