#include "mim/phase.h"Go to the source code of this file.
Classes | |
| class | mim::TailRecElim |
| Eliminates tail recursion: A returning Lam f that calls itself with its own ret var as continuation is split into a wrapper rec (same signature) and a loop basic block (signature without the ret var); the recursive call becomes a jump to loop. More... | |
Namespaces | |
| namespace | mim |