Skip to content

Commit

Permalink
State1 refactor SVFIR2AbsState (#1464)
Browse files Browse the repository at this point in the history
* refactor APIs in AbstractState/Value

* refactor APIs in AbstractState/Value

* add comments to idx 0

* add comments to idx 0

* add comments to idx 0

* remove redundant assert

* remove redundant assert

* stage1: refactor SVFIR2AbsState

---------

Co-authored-by: bjjwwang <[email protected]>
  • Loading branch information
bjjwwang and bjjwwang authored May 23, 2024
1 parent c9d8195 commit dce81da
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 168 deletions.
4 changes: 1 addition & 3 deletions svf/include/AE/Svfexe/SVFIR2AbsState.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,8 @@ class SVFIR2AbsState


/// Init ObjVar
void initObjVar(AbstractState& es, const ObjVar *objVar, u32_t varId);
void initObjVar(AbstractState& as, const ObjVar* var);

/// Init SVFVar
void initSVFVar(AbstractState& es, u32_t varId);

inline AbstractValue &getAddrs(AbstractState& es, u32_t id)
{
Expand Down
Loading

0 comments on commit dce81da

Please sign in to comment.