|
Static Value-Flow Analysis
|
#include <MTASlicer.h>
Public Member Functions | |
| SingleSlicer (SVFIR *svfir, AndersenBase *pta, MHP *mhp, LockAnalysis *lockAnalysis, SVFG *svfg=nullptr) | |
| ValueFlowSlice | runSlicing (const OrderedSet< const SVFStmt * > &vulnerableStatements) |
Public Member Functions inherited from SVF::MTASlicerBase | |
| MTASlicerBase (SVFIR *svfir, AndersenBase *pta, MHP *mhp, LockAnalysis *lockAnalysis, SVFG *svfg=nullptr) | |
SingleSlicer - Unified slicer combining synchronization, data, and call dependence into ONE slice (the single-pass baseline, MSli §3/§5.4: the transitive closure of the target statements under the combined dependence graph). Both ILA and FSPTA run on this single slice, so V_ILA, V_PTA subset V_Single. Used by the differential-slicing ablation (-mta-slicing-single).
Iteratively applies synchronization, data, and call dependence over the thread-aware VFG_pre until convergence.
Definition at line 252 of file MTASlicer.h.
| SVF::SingleSlicer::SingleSlicer | ( | SVFIR * | svfir, |
| AndersenBase * | pta, | ||
| MHP * | mhp, | ||
| LockAnalysis * | lockAnalysis, | ||
| SVFG * | svfg = nullptr |
||
| ) |
Definition at line 892 of file MTASlicer.cpp.
| ValueFlowSlice SVF::SingleSlicer::runSlicing | ( | const OrderedSet< const SVFStmt * > & | vulnerableStatements | ) |
Perform unified slicing combining synchronization, data, and call dependence.
| vulnerableStatements | Set of vulnerable statements to start slicing from |
Definition at line 901 of file MTASlicer.cpp.