Skip to content

IntraProcAliasAnalysis::meet_data

Meet_data for intra procedural dataflow analysis. This function is called when two path merges in CFG

Synopsis

Declared in <src/midend/programAnalysis/VirtualFunctionAnalysis/IntraProcAliasAnalysis.h>

virtual
CompReprPtr
meet_data(
    CompReprPtr const& d1,
    CompReprPtr const& d2);

Return Value

A Shared Pointer Wrapper for CompactRepresentation

Parameters

Name

Description

d1

A Shared Pointer Wrapper for CompactRepresentation

d2

A Shared Pointer Wrapper for CompactRepresentation

Created with MrDocs