|
LLVM
8.0.1
|
Helper struct for bundling up the analysis results per function for IPSCCP. More...
#include "llvm/Transforms/Scalar/SCCP.h"

Public Attributes | |
| std::unique_ptr< PredicateInfo > | PredInfo |
| DominatorTree * | DT |
| PostDominatorTree * | PDT |
Helper struct for bundling up the analysis results per function for IPSCCP.
| DominatorTree* llvm::AnalysisResultsForFn::DT |
| PostDominatorTree* llvm::AnalysisResultsForFn::PDT |
| std::unique_ptr<PredicateInfo> llvm::AnalysisResultsForFn::PredInfo |
1.8.13