|
LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| br_match (BasicBlock *&Succ) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const |
Public Attributes | |
| BasicBlock *& | Succ |
Definition at line 2366 of file PatternMatch.h.
|
inline |
Definition at line 2369 of file PatternMatch.h.
References Succ.
|
inline |
Definition at line 2371 of file PatternMatch.h.
References llvm::dyn_cast(), and Succ.
| BasicBlock*& llvm::PatternMatch::br_match::Succ |
Definition at line 2367 of file PatternMatch.h.
Referenced by br_match(), and match().