LLVM API Documentation
#include <Dominators.h>
Public Member Functions | |
BasicBlockEdge (const BasicBlock *Start_, const BasicBlock *End_) | |
const BasicBlock * | getStart () const |
const BasicBlock * | getEnd () const |
bool | isSingleEdge () const |
Definition at line 721 of file Dominators.h.
|
inline |
Definition at line 725 of file Dominators.h.
|
inline |
Definition at line 730 of file Dominators.h.
Referenced by llvm::DominatorTree::dominates(), and isOnlyReachableViaThisEdge().
|
inline |
Definition at line 727 of file Dominators.h.
Referenced by llvm::DominatorTree::dominates(), and isOnlyReachableViaThisEdge().
bool BasicBlockEdge::isSingleEdge | ( | ) | const |
Definition at line 42 of file Dominators.cpp.
References llvm::TerminatorInst::getNumSuccessors(), llvm::TerminatorInst::getSuccessor(), and llvm::BasicBlock::getTerminator().
Referenced by llvm::DominatorTree::dominates().