Skip to content

ConstrGraph::mergeAnnotVars

Synopsis

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

bool
mergeAnnotVars(
    std::string const& finalAnnotName,
    void* finalAnnotVal,
    std::string const& remAnnotName,
    void* remAnnotVal,
    std::set<std::pair<std::string, void*>> const& noCopyAnnots,
    std::set<varID> const& noCopyVars,
    std::string indent = "");

Created with MrDocs