Go to the source code of this file.
Namespaces | |
| namespace | mim |
Functions | |
| static const Pi * | mim::isa_flattenable (const Def *def) |
| The only Pis we ever reshape: immutable (non-dependent) continuations. | |
| static void | mim::collect (DefSet &set, const Def *def) |
Collects def's immutable subtree into set; stops at mutables. | |
Variables | |
| static constexpr auto | mim::BitmaskWidth = sizeof(u64) * 8 |
| Number of params a single u64 keep-bitmask can represent; wider doms fall back to the ⊤ sentinel. | |