Lines Matching full:layer
71 /// Function calls are identified in the instruction layer by finding 'call'
93 /// Constructor for a block of an HTR layer.
96 /// The offset of the start of this block in the previous layer.
100 /// layer.
107 /// Get the offset of the start of this block in the previous layer.
114 /// previous layer.
127 /// Offset in the previous layer
130 /// layer
136 /// HTR layer interface
140 /// Construct new HTR layer.
143 /// The layer's id.
146 /// Get the ID of the layer.
149 /// The layer ID of this layer.
152 /// Get the metadata of a unit (instruction or block) in the layer.
155 /// The position of the unit in the layer.
158 /// The metadata of the unit in the layer.
161 /// Get the total number of units (instruction or block) in this layer.
164 /// The total number of units in the layer.
168 /// "units" (instructions or blocks depending on layer type) in this layer
170 /// metadata. For example, in the case of the instruction layer we want to
187 /// ID of the layer.
191 /// "Base" layer of HTR representing the dynamic instructions of the trace.
195 /// Construct new instruction layer.
198 /// The layer's id.
242 /// HTR layer composed of blocks of the trace.
246 /// Construct new block layer.
249 /// The layer's id.
263 /// in the layer with the specified block id.
266 /// Get the block ID trace for this layer.
272 /// The block ID trace for this layer.
275 /// Appends a new block to the layer.
281 /// The new \a HTRBlock to be appended to the layer. This block is moved
282 /// into the layer.
285 /// Appends a repeated block to the layer.
336 /// Get the instruction layer of this HTR.
339 /// The instruction layer of this HTR.
342 /// Add a new block layer to this HTR.
345 /// The new block layer to be added.
349 // There is a single instruction layer per HTR
362 /// Creates a new layer by merging the "basic super blocks" in the current layer
399 /// \param[in] layer
400 /// The layer to execute the pass on.
403 /// A new layer instance representing the merge of blocks in the
404 /// previous layer
405 HTRBlockLayerUP BasicSuperBlockMerge(IHTRLayer &layer);