Directed edge between two basic blocks in a gcov CFG.

Synopsis

Declared in <llvm/ProfileData/GCOV.h>

struct GCOVArc;

Member Functions

Name

Description

GCOVArc [constructor]

Construct an arc from src to dst with the given gcov flags.

onTree

Return true if this arc belongs to the spanning tree.

Data Members

Name

Description

count

Execution count for this arc.

cycleCount

Cycle count contribution attributed to this arc.

dst

Destination basic block of this arc.

flags

Gcov arc flags from the notes file.

src

Source basic block of this arc.

Created with MrDocs