LLVM 20.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 2138 of file PatternMatch.h.
|
inline |
Definition at line 2141 of file PatternMatch.h.
|
inline |
Definition at line 2143 of file PatternMatch.h.
References Succ.
BasicBlock*& llvm::PatternMatch::br_match::Succ |
Definition at line 2139 of file PatternMatch.h.
Referenced by match().