Home
last modified time | relevance | path

Searched refs:DependencyMatrix (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp503 CharMatrix DependencyMatrix; in processLoopList() local
517 if (!populateDependencyMatrix(DependencyMatrix, LoopList.size(), in processLoopList()
524 printDepMatrix(DependencyMatrix); in processLoopList()
554 processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix); in processLoopList()
561 interChangeDepedencies(DependencyMatrix, i, i - 1); in processLoopList()
565 printDepMatrix(DependencyMatrix); in processLoopList()
574 std::vector<std::vector<char>> &DependencyMatrix) { in processLoop()
583 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
589 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()