Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp486 CharMatrix DependencyMatrix; in processLoopList() local
488 if (!populateDependencyMatrix(DependencyMatrix, LoopNestDepth, in processLoopList()
495 printDepMatrix(DependencyMatrix); in processLoopList()
529 DependencyMatrix, CostMap); in processLoopList()
535 interChangeDependencies(DependencyMatrix, i, i - 1); in processLoopList()
538 printDepMatrix(DependencyMatrix); in processLoopList()
553 std::vector<std::vector<char>> &DependencyMatrix, in processLoop()
558 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
565 DependencyMatrix, CostMap)) { in processLoop()