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 2332 of file PatternMatch.h.
|
inline |
Definition at line 2335 of file PatternMatch.h.
References Succ.
|
inline |
Definition at line 2337 of file PatternMatch.h.
References llvm::dyn_cast(), and Succ.
BasicBlock*& llvm::PatternMatch::br_match::Succ |
Definition at line 2333 of file PatternMatch.h.
Referenced by br_match(), and match().