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.cpp74 using CharMatrix = std::vector<std::vector<char>>; typedef
120 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()
362 CharMatrix &DepMatrix);
456 CharMatrix &DepMatrix, CacheCostManager &CCM);
465 CharMatrix &DepMatrix);
556 CharMatrix DependencyMatrix; in processLoopList()
1110 CharMatrix &DepMatrix) { in canInterchangeLoops()
[all …]