LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : #include <isl/union_map_type.h> 2 : 3 : /* Treat "uset" as a union map. 4 : * Internally, isl_union_set is defined to isl_union_map, so in practice, 5 : * this function performs a redundant cast. 6 : */ 7 0 : static __isl_give isl_union_map *uset_to_umap(__isl_take isl_union_set *uset) 8 : { 9 0 : return (isl_union_map *) uset; 10 : } |
![]() |
Generated by: LCOV version 1.12 |