struct AnalysisResultsForFn
Declaration
struct AnalysisResultsForFn { /* full declaration omitted */ };
Description
Helper struct for bundling up the analysis results per function for IPSCCP.
Declared at: llvm/include/llvm/Transforms/Scalar/SCCP.h:42
Member Variables
- public std::unique_ptr<PredicateInfo> PredInfo
- public llvm::DominatorTree* DT
- public llvm::PostDominatorTree* PDT