Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp76 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix()
85 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix()
175 static void interChangeDependencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDependencies()
196 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops()
945 CharMatrix &DepMatrix) { in canInterchangeLoops()
1133 unsigned InnerLoopId, unsigned OuterLoopId, CharMatrix &DepMatrix) { in isProfitableForVectorization()
1155 unsigned OuterLoopId, CharMatrix &DepMatrix, in isProfitable()