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 |
|
Constructors |
Return an iterator to the names of the successor blocks. |
|
Return the end iterator for successor block names. |
|
Return the label of the basic block reached on a transition on |
Protected Member Functions
Name |
Description |
Add a transition to |
Protected Data Members
Name |
Description |
Map from transition value to successor basic‐block name. |
Created with MrDocs