Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp513 CharMatrix DependencyMatrix; in processLoopList() local
515 if (!populateDependencyMatrix(DependencyMatrix, LoopNestDepth, in processLoopList()
522 printDepMatrix(DependencyMatrix); in processLoopList()
536 processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix); in processLoopList()
543 interChangeDependencies(DependencyMatrix, i, i - 1); in processLoopList()
546 printDepMatrix(DependencyMatrix); in processLoopList()
555 std::vector<std::vector<char>> &DependencyMatrix) { in processLoop()
562 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
568 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()