Skip to content

ConstrGraph::copyAnnotVars

Synopsis

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

bool
copyAnnotVars(
    std::string srcAnnotName,
    void* srcAnnotVal,
    std::string tgtAnnotName,
    void* tgtAnnotVal,
    std::set<std::pair<std::string, void*>> const& noCopyAnnots,
    std::set<varID> const& noCopyVars,
    std::string indent = "");

Created with MrDocs