Holds transitions between basic blocks for dot‐CFG change reporting.

Synopsis

Declared in <llvm/Passes/StandardInstrumentations.h>

class DCData;

Description

The transitions are contained in a map of values to names of basic blocks.

Member Functions

Name

Description

DCData [constructor]

Constructors

begin

Return an iterator to the names of the successor blocks.

end

Return the end iterator for successor block names.

getSuccessorLabel

Return the label of the basic block reached on a transition on S.

Protected Member Functions

Name

Description

addSuccessorLabel

Add a transition to Succ on Label.

Protected Data Members

Name

Description

Successors

Map from transition value to successor basic‐block name.

Created with MrDocs