Searched refs:DependencyMatrix (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 438 CharMatrix DependencyMatrix; in processLoopList() local 440 if (!populateDependencyMatrix(DependencyMatrix, LoopNestDepth, in processLoopList() 447 printDepMatrix(DependencyMatrix); in processLoopList() 481 DependencyMatrix, CostMap); in processLoopList() 487 interChangeDependencies(DependencyMatrix, i, i - 1); in processLoopList() 490 printDepMatrix(DependencyMatrix); in processLoopList() 505 std::vector<std::vector<char>> &DependencyMatrix, in processLoop() 510 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop() 517 DependencyMatrix, CostMap, CC)) { in processLoop()
|