MimIR 0.1
MimIR is my Intermediate Representation
|
Classes | |
class | LowerFor |
Lowers the for axiom to actual control flow in CPS. More... | |
Enumerations | |
%affine.lower_for_pass | |
enum class | lower_for_pass : flags_t |
Variables | |
static constexpr plugin_t | Plugin_Id = 0x871ca3c60000000 |
%affine.For | |
enum class | For : flags_t |
const Def * | fn_for (World &w, Defs params) |
const Def * | op_for (World &w, Ref begin, Ref end, Ref step, Defs inits, Ref body, Ref brk) |
Returns a fully applied affine_for axiom. | |
|
strong |
|
strong |
|
inline |
Returns a fully applied affine_for axiom.
See documentation for affine.For axiom in The affine Plugin.
Definition at line 19 of file affine.h.
References fn_for().
Referenced by mim::plug::matrix::counting_for().