Home
last modified time | relevance | path

Searched refs:schedule_constraints (Results 1 – 5 of 5) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Disl_schedule_constraints.c555 #define BASE schedule_constraints
678 #define TYPE_BASE schedule_constraints
/llvm-project/polly/lib/Support/
H A DGICHelper.cpp224 ISL_DUMP_OBJECT_IMPL(schedule_constraints) in ISL_DUMP_OBJECT_IMPL()
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h283 class schedule_constraints; variable
3486 inline schedule_constraints manage(__isl_take isl_schedule_constraints *ptr);
3487 inline schedule_constraints manage_copy(__isl_keep isl_schedule_constraints *ptr);
3489 class schedule_constraints {
3490 friend inline schedule_constraints manage(__isl_take isl_schedule_constraints *ptr);
3491 friend inline schedule_constraints manage_copy(__isl_keep isl_schedule_constraints *ptr);
3496 inline explicit schedule_constraints(__isl_take isl_schedule_constraints *ptr);
3499 inline /* implicit */ schedule_constraints();
3500 inline /* implicit */ schedule_constraints(const schedule_constraints &obj);
3501 inline explicit schedule_constraints(isl::ctx ctx, const std::string &str);
[all …]
/llvm-project/polly/include/polly/Support/
H A DGICHelper.h222 ISL_DUMP_OBJECT(schedule_constraints)
/llvm-project/polly/lib/Transform/
H A DScheduleOptimizer.cpp867 auto SC = isl::schedule_constraints::on_domain(Domain); in runIslScheduleOptimizer()