Searched refs:DependencyMatrix (Results 1 – 1 of 1) sorted by relevance
486 CharMatrix DependencyMatrix; in processLoopList() local488 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()