|
Static Value-Flow Analysis
|
A race pair: two statements that may race. More...
#include <MTA.h>
Public Member Functions | |
| RacePair (const SVFStmt *s1, const SVFStmt *s2) | |
| bool | operator< (const RacePair &other) const |
Public Attributes | |
| const SVFStmt * | stmt1 |
| const SVFStmt * | stmt2 |