Static Value-Flow Analysis
|
#include <MSSAMuChi.h>
Public Member Functions | |
RetMU (const FunObjVar *f, const MemRegion *m, Cond c=true) | |
Constructor/Destructor for MU. | |
virtual | ~RetMU () |
const FunObjVar * | getFunction () const |
Return function. | |
virtual void | dump () |
Print MU. | |
![]() | |
MSSAMU (MUTYPE t, const MemRegion *m, Cond c) | |
Constructor/Destructor for MU. | |
virtual | ~MSSAMU () |
const MemRegion * | getMR () const |
Return MR. | |
MUTYPE | getType () const |
Return type. | |
void | setVer (MRVer *v) |
Set Ver. | |
MRVer * | getMRVer () const |
Get Ver. | |
Cond | getCond () const |
Return condition. | |
bool | operator< (const MSSAMU &rhs) const |
Avoid adding duplicated mus. | |
Static Public Member Functions | |
static bool | classof (const RetMU *) |
Methods for support type inquiry through isa, cast, and dyn_cast: | |
static bool | classof (const MSSAMU< Cond > *mu) |
Private Attributes | |
const FunObjVar * | fun |
Additional Inherited Members | |
![]() | |
enum | MUTYPE { LoadMSSAMU , CallMSSAMU , RetMSSAMU } |
![]() | |
MUTYPE | type |
const MemRegion * | mr |
MRVer * | ver |
Cond | cond |
RetMU is annotated at function return, representing memory objects returns to callers
Definition at line 277 of file MSSAMuChi.h.
Definition at line 288 of file MSSAMuChi.h.
Definition at line 303 of file MSSAMuChi.h.
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 299 of file MSSAMuChi.h.
|
inlinevirtual |
Print MU.
Reimplemented from SVF::MSSAMU< Cond >.
Definition at line 310 of file MSSAMuChi.h.
Definition at line 280 of file MSSAMuChi.h.