/Users/buildslave/jenkins/workspace/clang-stage2-coverage-R/llvm/tools/polly/lib/External/isl/set_from_map.c
Line
Count
Source
1
#include <isl/map_type.h>
2
3
/* Return the set that was treated as the map "map".
4
*/
5
static __isl_give isl_set *set_from_map(__isl_take isl_map *map)
6
1.26M
{
7
return (isl_set *) map;
8
}
isl_aff_map.c:set_from_map
14
isl_affine_hull.c:set_from_map
18.9k
isl_coalesce.c:set_from_map
97.8k
isl_map.c:set_from_map
1.09M
isl_map_simplify.c:set_from_map
19.3k
isl_map_subtract.c:set_from_map
28.6k
isl_union_map.c:set_from_map
3.99k