Coverage Report

Created: 2019-07-24 05:18

/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
1.26M
  return (isl_set *) map;
8
1.26M
}
isl_aff_map.c:set_from_map
Line
Count
Source
6
14
{
7
14
  return (isl_set *) map;
8
14
}
isl_affine_hull.c:set_from_map
Line
Count
Source
6
18.9k
{
7
18.9k
  return (isl_set *) map;
8
18.9k
}
isl_coalesce.c:set_from_map
Line
Count
Source
6
97.8k
{
7
97.8k
  return (isl_set *) map;
8
97.8k
}
isl_map.c:set_from_map
Line
Count
Source
6
1.09M
{
7
1.09M
  return (isl_set *) map;
8
1.09M
}
isl_map_simplify.c:set_from_map
Line
Count
Source
6
19.3k
{
7
19.3k
  return (isl_set *) map;
8
19.3k
}
isl_map_subtract.c:set_from_map
Line
Count
Source
6
28.6k
{
7
28.6k
  return (isl_set *) map;
8
28.6k
}
isl_union_map.c:set_from_map
Line
Count
Source
6
3.99k
{
7
3.99k
  return (isl_set *) map;
8
3.99k
}