LLVM 18.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
br_match (BasicBlock *&Succ) | |
template<typename OpTy > | |
bool | match (OpTy *V) |
Public Attributes | |
BasicBlock *& | Succ |
Definition at line 1765 of file PatternMatch.h.
|
inline |
Definition at line 1768 of file PatternMatch.h.
|
inline |
Definition at line 1770 of file PatternMatch.h.
References Succ.
BasicBlock*& llvm::PatternMatch::br_match::Succ |
Definition at line 1766 of file PatternMatch.h.
Referenced by match().