Definition at line 206 of file partitionedAnalysis.h.
|
| IntraPartitionDataflow (const IntraPartitionDataflow &that) |
|
| IntraPartitionDataflow (PartitionedAnalysis *parent) |
|
PartitionedAnalysis * | getParent () const |
|
virtual IntraPartitionDataflow * | copy ()=0 |
|
virtual bool | runAnalysis (const Function &func, NodeState *fState, bool &splitPart, bool &joinPart, IntraPartitionDataflowCheckpoint *&outChkpt)=0 |
|
virtual bool | runAnalysisResume (const Function &func, NodeState *fState, IntraPartitionDataflowCheckpoint *chkpt, bool &splitPart, bool &joinPart, IntraPartitionDataflowCheckpoint *&outChkpt)=0 |
|
virtual void | initDFfromPartCond (const Function &, const DataflowNode &, NodeState &, const std::vector< Lattice * > &, const std::vector< NodeFact * > &, printable *) |
|
virtual bool | runAnalysis (const Function &func, NodeState *state, bool analyzeDueToCallers, std::set< Function > calleesUpdated)=0 |
|
bool | runAnalysis (const Function &func, NodeState *state) |
|
virtual void | genInitState (const Function &func, const DataflowNode &n, const NodeState &state, std::vector< Lattice * > &initLattices, std::vector< NodeFact * > &initFacts)=0 |
|
void | setInterAnalysis (InterProceduralDataflow *interDataflowAnalysis) |
|
void | setInterAnalysis (IntraProceduralDataflow *intraDFAnalysis) |
|
bool | runAnalysis (const Function &func, NodeState *state) |
|
InterProceduralDataflow * | getInterAnalysis () const |
|
void | setInterAnalysis (InterProceduralAnalysis *interAnalysis) |
|
| Analysis (bool(*f)(CFGNode)=defaultFilter) |
|
◆ IntraPartitionDataflow() [1/2]
◆ IntraPartitionDataflow() [2/2]
◆ ~IntraPartitionDataflow()
IntraPartitionDataflow::~IntraPartitionDataflow |
( |
| ) |
|
|
inline |
◆ getParent()
◆ initDFfromPartCond()
◆ runAnalysis() [1/2]
virtual bool IntraProceduralDataflow::runAnalysis |
( |
const Function & |
func, |
|
|
NodeState * |
state, |
|
|
bool |
analyzeDueToCallers, |
|
|
std::set< Function > |
calleesUpdated |
|
) |
| |
|
virtual |
◆ runAnalysis() [2/2]
bool IntraProceduralDataflow::runAnalysis |
( |
const Function & |
func, |
|
|
NodeState * |
state |
|
) |
| |
|
inlinevirtual |
◆ parent
◆ partitionCond
printable* IntraPartitionDataflow::partitionCond |
The documentation for this class was generated from the following file: