|
Static Value-Flow Analysis
|
Public Types | |
| typedef SVF::ICFGNode * | NodeRef |
Public Types inherited from SVF::GenericGraphTraits< SVF::GenericGraph< SVF::ICFGNode, SVF::ICFGEdge > * > | |
| using | NodeRef = typename GraphType::UnknownGraphTypeError |
Static Public Member Functions | |
| static const SVF::ICFGNode * | getFunEntry (SVF::ICFG *, const SVF::FunObjVar *fun) |
| Entry node of fun under this graph (whole ICFG: the entry block's front). | |
| static void | getFunICFGNodes (SVF::ICFG *, const SVF::FunObjVar *fun, std::vector< const SVF::ICFGNode * > &out) |
| Nodes of fun contained in this graph (whole ICFG: all of them). | |
| static void | getSuccNodes (SVF::ICFG *, const SVF::ICFGNode *n, std::vector< const SVF::ICFGNode * > &out) |
| Successors / predecessors of n under this graph. | |
| static void | getPredNodes (SVF::ICFG *, const SVF::ICFGNode *n, std::vector< const SVF::ICFGNode * > &out) |
| static bool | containsNode (SVF::ICFG *, const SVF::ICFGNode *) |
| Whether n belongs to this graph (whole ICFG contains every node). | |
| typedef SVF::ICFGNode* SVF::GenericGraphTraits< SVF::ICFG * >::NodeRef |
|
inlinestatic |
|
inlinestatic |
Entry node of fun under this graph (whole ICFG: the entry block's front).
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |