Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp501 CharMatrix DependencyMatrix; in processLoopList() local
515 if (!populateDependencyMatrix(DependencyMatrix, LoopList.size(), in processLoopList()
522 printDepMatrix(DependencyMatrix); in processLoopList()
552 processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix); in processLoopList()
559 interChangeDepedencies(DependencyMatrix, i, i - 1); in processLoopList()
563 printDepMatrix(DependencyMatrix); in processLoopList()
572 std::vector<std::vector<char>> &DependencyMatrix) { in processLoop()
581 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
587 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp535 CharMatrix DependencyMatrix; in processLoopList() local
537 if (!populateDependencyMatrix(DependencyMatrix, LoopNestDepth, in processLoopList()
544 printDepMatrix(DependencyMatrix); in processLoopList()
558 processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix); in processLoopList()
565 interChangeDependencies(DependencyMatrix, i, i - 1); in processLoopList()
568 printDepMatrix(DependencyMatrix); in processLoopList()
577 std::vector<std::vector<char>> &DependencyMatrix) { in processLoop()
585 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
591 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()