Lines Matching refs:CharMatrix
65 using CharMatrix = std::vector<std::vector<char>>; typedef
76 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()
249 CharMatrix &DepMatrix);
308 CharMatrix &DepMatrix,
320 CharMatrix &DepMatrix);
438 CharMatrix DependencyMatrix; in processLoopList()
945 CharMatrix &DepMatrix) { in canInterchangeLoops()
1133 unsigned InnerLoopId, unsigned OuterLoopId, CharMatrix &DepMatrix) { in isProfitableForVectorization()
1155 unsigned OuterLoopId, CharMatrix &DepMatrix, in isProfitable()