LLVM API Documentation
#include <PatternMatch.h>
Collaboration diagram for llvm::PatternMatch::brc_match< Cond_t >:

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 261 of file PatternMatch.h.
|
||||||||||||||||||||
|
Definition at line 264 of file PatternMatch.h. |
|
||||||||||||||
|
Definition at line 269 of file PatternMatch.h. References llvm::PatternMatch::brc_match< Cond_t >::Cond, llvm::PatternMatch::brc_match< Cond_t >::F, and llvm::PatternMatch::brc_match< Cond_t >::T. |
|
|||||
|
Definition at line 262 of file PatternMatch.h. Referenced by llvm::PatternMatch::brc_match< Cond_t >::match(). |
|
|||||
|
Definition at line 263 of file PatternMatch.h. Referenced by llvm::PatternMatch::brc_match< Cond_t >::match(). |
|
|||||
|
Definition at line 263 of file PatternMatch.h. Referenced by llvm::PatternMatch::brc_match< Cond_t >::match(). |