LLVM
15.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) |
Public Attributes | |
BasicBlock * | Val |
Match a specified basic block value.
Definition at line 869 of file PatternMatch.h.
|
inline |
Definition at line 872 of file PatternMatch.h.
|
inline |
Definition at line 874 of file PatternMatch.h.
BasicBlock* llvm::PatternMatch::specific_bbval::Val |
Definition at line 870 of file PatternMatch.h.
Referenced by match().