LLVM API Documentation

Public Member Functions | Public Attributes
llvm::PatternMatch::br_match Struct Reference

#include <PatternMatch.h>

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

List of all members.

Public Member Functions

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

Public Attributes

BasicBlock *& Succ

Detailed Description

Definition at line 910 of file PatternMatch.h.


Constructor & Destructor Documentation

Definition at line 912 of file PatternMatch.h.


Member Function Documentation

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

Definition at line 917 of file PatternMatch.h.

References Succ.


Member Data Documentation

Definition at line 911 of file PatternMatch.h.

Referenced by match().


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