Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp65 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()
[all …]