LLVM 17.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 1695 of file PatternMatch.h.
|
inline |
Definition at line 1698 of file PatternMatch.h.
|
inline |
Definition at line 1700 of file PatternMatch.h.
References Succ.
BasicBlock*& llvm::PatternMatch::br_match::Succ |
Definition at line 1696 of file PatternMatch.h.
Referenced by match().