|
LLVM 22.0.0git
|
Match a specified basic block value. More...
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| specific_bbval (BasicBlock *Val) | |
| template<typename ITy> | |
| bool | match (ITy *V) const |
Public Attributes | |
| BasicBlock * | Val |
Match a specified basic block value.
Definition at line 1093 of file PatternMatch.h.
|
inline |
Definition at line 1096 of file PatternMatch.h.
References Val.
|
inline |
Definition at line 1098 of file PatternMatch.h.
References llvm::dyn_cast(), and Val.
| BasicBlock* llvm::PatternMatch::specific_bbval::Val |
Definition at line 1094 of file PatternMatch.h.
Referenced by match(), and specific_bbval().