Searched refs:DependencyMatrix (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 443 CharMatrix DependencyMatrix; in processLoopList() local 445 if (!populateDependencyMatrix(DependencyMatrix, LoopNestDepth, in processLoopList() 452 printDepMatrix(DependencyMatrix); in processLoopList() 486 DependencyMatrix, CostMap); in processLoopList() 492 interChangeDependencies(DependencyMatrix, i, i - 1); in processLoopList() 495 printDepMatrix(DependencyMatrix); in processLoopList() 510 std::vector<std::vector<char>> &DependencyMatrix, in processLoop() 515 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop() 522 DependencyMatrix, CostMap, CC)) { in processLoop()
|