Module ctfe_limit

Source
Expand description

A pass that inserts the ConstEvalCounter instruction into any blocks that have a back edge (thus indicating there is a loop in the CFG), or whose terminator is a function call.

Structs§

CtfeLimit 🔒

Functions§

has_back_edge 🔒
insert_counter 🔒