//! Implementations of the analyses that `twiggy` runs on its IR.
#![deny(missing_docs)]#![deny(missing_debug_implementations)]modanalyses;modformats;pubuseanalyses::{diff::diff,dominators::dominators,garbage::garbage,monos::monos,paths::paths,top::top,};