Skip to content

TraverseCallGraphBottomUp::traverse_rec

Synopsis

Declared in <src/midend/programAnalysis/genericDataflow/cfgUtils/CallGraphTraverse.h>

SynthesizedAttribute
traverse_rec(
    CGFunction const* fd,
    std::map<CGFunction const*, SynthesizedAttribute>& visitRecords,
    std::set<std::pair<CGFunction const*, CGFunction const*>>& touchedEdges);

Created with MrDocs