LLVM API Documentation

Public Member Functions
llvm::BasicBlockEdge Class Reference

#include <Dominators.h>

List of all members.

Public Member Functions

 BasicBlockEdge (const BasicBlock *Start_, const BasicBlock *End_)
const BasicBlockgetStart () const
const BasicBlockgetEnd () const
bool isSingleEdge () const

Detailed Description

Definition at line 49 of file Dominators.h.


Constructor & Destructor Documentation

Definition at line 53 of file Dominators.h.


Member Function Documentation

Definition at line 58 of file Dominators.h.

Referenced by llvm::DominatorTree::dominates(), and isOnlyReachableViaThisEdge().

Definition at line 55 of file Dominators.h.

Referenced by llvm::DominatorTree::dominates(), and isOnlyReachableViaThisEdge().


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