Searched refs:DependencyMatrix (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 556 CharMatrix DependencyMatrix; in processLoopList() local 558 if (!populateDependencyMatrix(DependencyMatrix, LoopNestDepth, in processLoopList() 565 printDepMatrix(DependencyMatrix)); in processLoopList() 584 processLoop(LoopList, i, i - 1, DependencyMatrix, CCM); in processLoopList() 598 std::vector<std::vector<char>> &DependencyMatrix, in processLoop() 605 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop() 612 DependencyMatrix, CCM)) { in processLoop() 634 interChangeDependencies(DependencyMatrix, InnerLoopId, OuterLoopId); in processLoop() 637 printDepMatrix(DependencyMatrix)); in processLoop()
|