Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp69 using CharMatrix = std::vector<std::vector<char>>; typedef
80 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix()
89 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix()
179 static void interChangeDependencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDependencies()
201 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops()
254 CharMatrix &DepMatrix);
313 CharMatrix &DepMatrix,
325 CharMatrix &DepMatrix);
443 CharMatrix DependencyMatrix; in processLoopList()
951 CharMatrix &DepMatrix) { in canInterchangeLoops()
[all …]