LLVM: llvm::BasicBlockEdge Class Reference (original) (raw)

#include "[llvm/IR/Dominators.h](Dominators%5F8h%5Fsource.html)"

Public Member Functions
BasicBlockEdge (const BasicBlock *Start_, const BasicBlock *End_)
BasicBlockEdge (const std::pair< BasicBlock *, BasicBlock * > &Pair)
BasicBlockEdge (const std::pair< const BasicBlock *, const BasicBlock * > &Pair)
const BasicBlock * getStart () const
const BasicBlock * getEnd () const
LLVM_ABI bool isSingleEdge () const
Check if this is the only edge between Start and End.

Definition at line 96 of file Dominators.h.

BasicBlockEdge() [2/3]

BasicBlockEdge() [3/3]

getEnd()

getStart()

isSingleEdge()

bool BasicBlockEdge::isSingleEdge ( ) const

The documentation for this class was generated from the following files: