Skip to content

TraverseCallGraphTopDown::traverse_rec

Synopsis

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

void
traverse_rec(
    CGFunction const* fd,
    std::map<CGFunction const*, funcRecord>& visitRecords,
    std::set<std::pair<CGFunction const*, CGFunction const*>>& touchedEdges,
    InheritedAttribute& fromCaller);

Created with MrDocs