Directed edge between two basic blocks in a CFG.

Synopsis

Declared in <llvm/IR/Dominators.h>

class BasicBlockEdge;

Member Functions

Name

Description

BasicBlockEdge [constructor]

Constructors

getEnd

Return the destination basic block of this edge.

getStart

Return the source basic block of this edge.

Created with MrDocs