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 1734 of file PatternMatch.h.
|
inline |
Definition at line 1737 of file PatternMatch.h.
|
inline |
Definition at line 1739 of file PatternMatch.h.
References Succ.
BasicBlock*& llvm::PatternMatch::br_match::Succ |
Definition at line 1735 of file PatternMatch.h.
Referenced by match().