Searched refs:printSortedPolyhedra (Results 1 – 1 of 1) sorted by relevance
/llvm-project/polly/lib/Support/ |
H A D | ISLTools.cpp | 752 static void printSortedPolyhedra(isl::union_set USet, llvm::raw_ostream &OS, in printSortedPolyhedra() function 858 printSortedPolyhedra(Set, llvm::errs(), true, false); in dumpPw() 862 printSortedPolyhedra(Map.wrap(), llvm::errs(), true, true); in dumpPw() 866 printSortedPolyhedra(USet, llvm::errs(), true, false); in dumpPw() 870 printSortedPolyhedra(UMap.wrap(), llvm::errs(), true, true); in dumpPw() 890 printSortedPolyhedra(expand(Set), llvm::errs(), false, false); in dumpExpanded() 894 printSortedPolyhedra(expand(Map.wrap()), llvm::errs(), false, true); in dumpExpanded() 898 printSortedPolyhedra(expand(USet), llvm::errs(), false, false); in dumpExpanded() 902 printSortedPolyhedra(expand(UMap.wrap()), llvm::errs(), false, true); in dumpExpanded()
|