rust/compiler/rustc_mir_dataflow/src/impls
Bryan Garza 360db516cc Create stable metric to measure long computation in Const Eval
This patch adds a `MirPass` that tracks the number of back-edges and
function calls in the CFG, adds a new MIR instruction to increment a
counter every time they are encountered during Const Eval, and emit a
warning if a configured limit is breached.
2023-01-23 23:56:22 +00:00
..
borrowed_locals.rs add new rval, pull deref early 2022-07-12 14:26:41 +03:00
liveness.rs Create stable metric to measure long computation in Const Eval 2023-01-23 23:56:22 +00:00
mod.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
storage_liveness.rs Create stable metric to measure long computation in Const Eval 2023-01-23 23:56:22 +00:00