Searched refs:printSortedPolyhedra (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | ISLTools.cpp | 740 static void printSortedPolyhedra(isl::union_set USet, llvm::raw_ostream &OS, in printSortedPolyhedra() function 846 printSortedPolyhedra(Set, llvm::errs(), true, false); in dumpPw() 850 printSortedPolyhedra(Map.wrap(), llvm::errs(), true, true); in dumpPw() 854 printSortedPolyhedra(USet, llvm::errs(), true, false); in dumpPw() 858 printSortedPolyhedra(UMap.wrap(), llvm::errs(), true, true); in dumpPw() 878 printSortedPolyhedra(expand(Set), llvm::errs(), false, false); in dumpExpanded() 882 printSortedPolyhedra(expand(Map.wrap()), llvm::errs(), false, true); in dumpExpanded() 886 printSortedPolyhedra(expand(USet), llvm::errs(), false, false); in dumpExpanded() 890 printSortedPolyhedra(expand(UMap.wrap()), llvm::errs(), false, true); in dumpExpanded()
|