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