Searched refs:DependencyMatrix (Results 1 – 1 of 1) sorted by relevance
499 CharMatrix DependencyMatrix; in processLoopList() local501 if (!populateDependencyMatrix(DependencyMatrix, LoopNestDepth, in processLoopList()508 printDepMatrix(DependencyMatrix); in processLoopList()523 i - 1, DependencyMatrix); in processLoopList()527 interChangeDependencies(DependencyMatrix, i, i - 1); in processLoopList()530 printDepMatrix(DependencyMatrix); in processLoopList()539 std::vector<std::vector<char>> &DependencyMatrix) { in processLoop()543 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()549 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()