Polly
20.0.0git
llvm-project
polly
lib
External
isl
isl_multi_locals_templ.c
Go to the documentation of this file.
1
/*
2
* Copyright 2019 Cerebras Systems
3
*
4
* Use of this software is governed by the MIT license
5
*
6
* Written by Sven Verdoolaege,
7
* Cerebras Systems, 175 S San Antonio Rd, Los Altos, CA, USA
8
*/
9
10
#include <
isl_multi_macro.h
>
11
12
/* Does "multi" involve any local variables?
13
*/
14
isl_bool
FN
(
MULTI
(
BASE
),involves_locals)(
__isl_keep
MULTI
(
BASE
) *multi)
15
{
16
return
FN
(
MULTI
(
BASE
),
any
)(multi,
FN
(
EL
,involves_locals));
17
}
FN
#define FN(TYPE, NAME)
Definition:
check_parse_fail_test_templ.c:15
__isl_keep
#define __isl_keep
Definition:
ctx.h:25
isl_bool
isl_bool
Definition:
ctx.h:89
BASE
#define BASE
Definition:
flow_cmp.c:49
EL
#define EL
Definition:
isl_aff_private.h:238
isl_multi_macro.h
MULTI
#define MULTI(BASE)
Definition:
isl_multi_macro.h:6
any
static bool any(const std::vector< bool > &vector)
Definition:
python.cc:576
Generated on Wed Nov 13 2024 03:17:25 for Polly by
1.9.6