Skip to content

CreateSliceSet::CreateSliceSet

Constructor

Synopsis

Declared in <src/midend/programAnalysis/staticInterproceduralSlicing/CreateSliceSet.h>

CreateSliceSet(
    SystemDependenceGraph* program,
    std::list<SgNode*> targets);

Parameters

Name

Description

program

The object to construct from

targets

A standard container with linear time access to elements, and fixed time insertion/deletion at any point in the sequence.

Created with MrDocs