Module rustc_mir_transform::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§

Functions§