Coverage Report

Created: 2019-07-24 05:18

/Users/buildslave/jenkins/workspace/clang-stage2-coverage-R/llvm/tools/polly/lib/External/isl/uset_from_umap.c
Line
Count
Source
1
#include <isl/union_map_type.h>
2
3
/* Return the union set that was treated as the union map "umap".
4
 */
5
static __isl_give isl_union_set *uset_from_umap(__isl_take isl_union_map *umap)
6
1.47k
{
7
1.47k
  return (isl_union_set *) umap;
8
1.47k
}