Uses of Interface
pascal.taie.analysis.graph.cfg.CFG
Packages that use CFG
Package
Description
-
Uses of CFG in pascal.taie.analysis.bugfinder.nullpointer
Methods in pascal.taie.analysis.bugfinder.nullpointer with parameters of type CFGModifier and TypeMethodDescriptionprotected DataflowAnalysis<Stmt,
pascal.taie.analysis.bugfinder.nullpointer.IsNullFact> IsNullAnalysis.makeAnalysis
(CFG<Stmt> cfg) -
Uses of CFG in pascal.taie.analysis.dataflow.analysis
Fields in pascal.taie.analysis.dataflow.analysis declared as CFGMethods in pascal.taie.analysis.dataflow.analysis that return CFGMethods in pascal.taie.analysis.dataflow.analysis with parameters of type CFGModifier and TypeMethodDescriptionprotected abstract DataflowAnalysis<Node,
Fact> AnalysisDriver.makeAnalysis
(CFG<Node> cfg) Creates an analysis object for given cfg.protected pascal.taie.analysis.dataflow.analysis.LiveVariable.Analysis
LiveVariable.makeAnalysis
(CFG<Stmt> cfg) protected pascal.taie.analysis.dataflow.analysis.ReachingDefinition.Analysis
ReachingDefinition.makeAnalysis
(CFG<Stmt> cfg) Constructors in pascal.taie.analysis.dataflow.analysis with parameters of type CFG -
Uses of CFG in pascal.taie.analysis.dataflow.analysis.availexp
Methods in pascal.taie.analysis.dataflow.analysis.availexp with parameters of type CFGModifier and TypeMethodDescriptionprotected pascal.taie.analysis.dataflow.analysis.availexp.AvailableExpression.Analysis
AvailableExpression.makeAnalysis
(CFG<Stmt> cfg) -
Uses of CFG in pascal.taie.analysis.dataflow.analysis.constprop
Methods in pascal.taie.analysis.dataflow.analysis.constprop with parameters of type CFGModifier and TypeMethodDescriptionprotected ConstantPropagation.Analysis
ConstantPropagation.makeAnalysis
(CFG<Stmt> cfg) Constructors in pascal.taie.analysis.dataflow.analysis.constprop with parameters of type CFG -
Uses of CFG in pascal.taie.analysis.graph.cfg
Methods in pascal.taie.analysis.graph.cfg that return CFGModifier and TypeMethodDescriptionCFGNodeIndexer.cfg()
Returns the value of thecfg
record component.Methods in pascal.taie.analysis.graph.cfg with parameters of type CFGConstructors in pascal.taie.analysis.graph.cfg with parameters of type CFGModifierConstructorDescriptionCFGNodeIndexer
(CFG<Node> cfg) Creates an instance of aCFGNodeIndexer
record class.