Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp499 CharMatrix DependencyMatrix; in processLoopList() local
501 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()