24 for(
const auto &instruction_and_entry :
cfg.
entries())
35 for(value_mapt::const_iterator
40 out << v_it->first <<
":";
42 for(object_id_sett::const_iterator
43 o_it=v_it->second.begin();
44 o_it!=v_it->second.end();
59 switch(instruction.
type())
const entry_mapt & entries() const
Get a map from program points to their corresponding node indices.
This class represents an instruction in the GOTO intermediate representation.
goto_program_instruction_typet type() const
What kind of instruction?
bool transform(const cfgt::nodet &)
void output(std::ostream &out) const
Field-sensitive, location-insensitive points-to analysis.