LLVM API Documentation
#include <PatternMatch.h>

Public Member Functions | |
| br_match (BasicBlock *&Succ) | |
| template<typename OpTy > | |
| bool | match (OpTy *V) |
Public Attributes | |
| BasicBlock *& | Succ |
Definition at line 910 of file PatternMatch.h.
| llvm::PatternMatch::br_match::br_match | ( | BasicBlock *& | Succ | ) | [inline] |
Definition at line 912 of file PatternMatch.h.
| bool llvm::PatternMatch::br_match::match | ( | OpTy * | V | ) | [inline] |
Definition at line 917 of file PatternMatch.h.
References Succ.
Definition at line 911 of file PatternMatch.h.
Referenced by match().