|
Static Value-Flow Analysis
|
#include <set>#include <string>#include <vector>#include <functional>#include <memory>#include <utility>#include "SVFIR/SVFIR.h"#include "SVFIR/SVFValue.h"#include "SVFIR/SVFStatements.h"#include "SVFIR/SVFVariables.h"#include "MemoryModel/PointsTo.h"#include "MTA/MHP.h"#include "MTA/LockAnalysis.h"#include "WPA/Andersen.h"#include "Graphs/CallGraph.h"Go to the source code of this file.
Classes | |
| class | SVF::MTA |
| struct | SVF::MTA::RacePair |
| A race pair: two statements that may race. More... | |
| struct | SVF::MTA::RaceOccurrence |
| One occurrence of a memory access under one thread instance. More... | |
| class | SVF::SlicedMTA |
Namespaces | |
| namespace | SVF |
| for isBitcode | |