Verification Support Analyses
include/Verification/Analysis/ and lib/Verification/Analysis/ collect
small helper passes used by verification-oriented pipelines.
Main components:
ClassifyInstructionsPassandCountInstrPassinspect module structure.ClassifyLoopsPassandGetTestTargetsPassidentify verification-relevant regions.CheckModulePassperforms lightweight module validation.
These passes are mainly support utilities for verifier front-ends rather than standalone end-user analyses.
See also Verification Backend API and Verification Transformation Passes.