MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
tail_rec_elim.h File Reference
#include "mim/phase.h"
Include dependency graph for tail_rec_elim.h:
This graph shows which files directly or indirectly include this file:

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