Searched refs:DependencyMatrix (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 501 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/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 497 CharMatrix DependencyMatrix; in processLoopList() local 499 if (!populateDependencyMatrix(DependencyMatrix, LoopNestDepth, in processLoopList() 506 printDepMatrix(DependencyMatrix); in processLoopList() 520 processLoop(LoopList, i, i - 1, LoopNestExit, 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() 546 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop() 552 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 511 CharMatrix DependencyMatrix; in processLoopList() local 513 if (!populateDependencyMatrix(DependencyMatrix, LoopNestDepth, in processLoopList() 520 printDepMatrix(DependencyMatrix); in processLoopList() 534 processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix); in processLoopList() 541 interChangeDependencies(DependencyMatrix, i, i - 1); in processLoopList() 544 printDepMatrix(DependencyMatrix); in processLoopList() 553 std::vector<std::vector<char>> &DependencyMatrix) { in processLoop() 560 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop() 566 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
|