Skip to content

ConstrGraph::annotInterestingVar

Synopsis

Declared in <src/midend/programAnalysis/genericDataflow/lattice/ConstrGraph.h>

bool
annotInterestingVar(
    varID const& var,
    std::set<std::pair<std::string, void*>> const& noCopyAnnots,
    std::set<varID> const& noCopyVars,
    std::string const& annotName,
    void* annotVal,
    std::string indent = "");

Created with MrDocs