LLVM 17.0.0git
|
Helper struct for bundling up the analysis results per function for IPSCCP. More...
#include "llvm/Transforms/Utils/SCCPSolver.h"
Public Attributes | |
std::unique_ptr< PredicateInfo > | PredInfo |
DominatorTree * | DT |
PostDominatorTree * | PDT |
LoopInfo * | LI |
Helper struct for bundling up the analysis results per function for IPSCCP.
Definition at line 43 of file SCCPSolver.h.
DominatorTree* llvm::AnalysisResultsForFn::DT |
Definition at line 45 of file SCCPSolver.h.
LoopInfo* llvm::AnalysisResultsForFn::LI |
Definition at line 47 of file SCCPSolver.h.
PostDominatorTree* llvm::AnalysisResultsForFn::PDT |
Definition at line 46 of file SCCPSolver.h.
std::unique_ptr<PredicateInfo> llvm::AnalysisResultsForFn::PredInfo |
Definition at line 44 of file SCCPSolver.h.