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 ๐Ÿ”’