LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::br_match Struct Reference

#include <PatternMatch.h>

Collaboration diagram for llvm::PatternMatch::br_match:
Collaboration graph
[legend]

Public Member Functions

 br_match (BasicBlock *&Succ)
 
template<typename OpTy >
bool match (OpTy *V)
 

Public Attributes

BasicBlock *& Succ
 

Detailed Description

Definition at line 797 of file PatternMatch.h.

Constructor & Destructor Documentation

llvm::PatternMatch::br_match::br_match ( BasicBlock *&  Succ)
inline

Definition at line 799 of file PatternMatch.h.

Member Function Documentation

template<typename OpTy >
bool llvm::PatternMatch::br_match::match ( OpTy *  V)
inline

Definition at line 804 of file PatternMatch.h.

References Succ.

Member Data Documentation

BasicBlock*& llvm::PatternMatch::br_match::Succ

Definition at line 798 of file PatternMatch.h.

Referenced by match().


The documentation for this struct was generated from the following file: