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.cpp120 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix()
129 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix()
236 static void interChangeDependencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDependencies()
259 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops()
1110 CharMatrix &DepMatrix) { in canInterchangeLoops()
1326 static bool canVectorize(const CharMatrix &DepMatrix, unsigned LoopId) { in canVectorize()
1336 unsigned InnerLoopId, unsigned OuterLoopId, CharMatrix &DepMatrix) { in isProfitableForVectorization()
1358 unsigned OuterLoopId, CharMatrix &DepMatrix, CacheCostManager &CCM) { in isProfitable()