A CRTP mix‐in that provides informational APIs needed for analysis passes.
Synopsis
Declared in <llvm/IR/PassManager.h>
struct AnalysisInfoMixin
: /* implementation-defined */
Description
This provides some boilerplate for types that are analysis passes. It automatically mixes in PassInfoMixin.
Base Classes
Name |
Description |
|