GCC Middle and Back End API Reference
pattern_pos Class Reference
Collaboration diagram for pattern_pos:

Public Member Functions

 pattern_pos ()
 
 pattern_pos (rtx, position *)
 

Data Fields

rtx pattern
 
positionpos
 

Detailed Description

Pairs a pattern that needs to be matched with the rtx position at
which the pattern should occur.   

Constructor & Destructor Documentation

◆ pattern_pos() [1/2]

pattern_pos::pattern_pos ( )
inline

◆ pattern_pos() [2/2]

pattern_pos::pattern_pos ( rtx pattern_in,
position * pos_in )

Field Documentation

◆ pattern

rtx pattern_pos::pattern

Referenced by match_pattern_2(), and operator<().

◆ pos

position* pattern_pos::pos

Referenced by match_pattern_2(), and operator<().


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