Polly 20.0.0git
|
Go to the source code of this file.
Macros | |
#define | ISL_C_OBJECT_TO_STRING(name) |
#define | ISL_DUMP_OBJECT_IMPL(NAME) |
Functions | |
template<typename ISLTy , typename ISL_CTX_GETTER , typename ISL_PRINTER > | |
static std::string | stringFromIslObjInternal (__isl_keep ISLTy *isl_obj, ISL_CTX_GETTER ctx_getter_fn, ISL_PRINTER printer_fn, const std::string &DefaultValue) |
static void | replace (std::string &str, StringRef find, StringRef replace) |
static void | makeIslCompatible (std::string &str) |
#define ISL_C_OBJECT_TO_STRING | ( | name | ) |
Definition at line 106 of file GICHelper.cpp.
#define ISL_DUMP_OBJECT_IMPL | ( | NAME | ) |
Definition at line 193 of file GICHelper.cpp.
|
static |
Definition at line 145 of file GICHelper.cpp.
References replace(), and str.
Referenced by polly::getIslCompatibleName().
|
static |
Definition at line 137 of file GICHelper.cpp.
References find(), pos(), replace(), and str.
Referenced by extend_domain(), makeIslCompatible(), and replace().
|
inlinestatic |
Definition at line 87 of file GICHelper.cpp.
References isl_printer_free(), isl_printer_get_str(), isl_printer_to_str(), and p.