|
LLVM
4.0.0
|
#include <PatternMatch.h>
Public Member Functions | |
| brc_match (const Cond_t &C, BasicBlock *&t, BasicBlock *&f) | |
| template<typename OpTy > | |
| bool | match (OpTy *V) |
Public Attributes | |
| Cond_t | Cond |
| BasicBlock *& | T |
| BasicBlock *& | F |
Definition at line 924 of file PatternMatch.h.
|
inline |
Definition at line 927 of file PatternMatch.h.
|
inline |
Definition at line 930 of file PatternMatch.h.
References llvm::PatternMatch::brc_match< Cond_t >::Cond, and llvm::PatternMatch::brc_match< Cond_t >::F.
| Cond_t llvm::PatternMatch::brc_match< Cond_t >::Cond |
Definition at line 925 of file PatternMatch.h.
Referenced by llvm::PatternMatch::brc_match< Cond_t >::match().
| BasicBlock *& llvm::PatternMatch::brc_match< Cond_t >::F |
Definition at line 926 of file PatternMatch.h.
Referenced by llvm::PatternMatch::brc_match< Cond_t >::match().
| BasicBlock*& llvm::PatternMatch::brc_match< Cond_t >::T |
Definition at line 926 of file PatternMatch.h.
1.8.6