Home | History | Annotate | Download | only in callgrind

Lines Matching refs:MIN_LINE_SIZE

97 #define CACHELINE_FLAGMASK (MIN_LINE_SIZE-1)
190 * Should be always true as MIN_LINE_SIZE >= 16 */
1310 // min_line_size is used to make sure that we never feed
1313 CLG_(min_line_size) = (I1c.line_size < D1c.line_size)
1315 CLG_(min_line_size) = (LLc.line_size < CLG_(min_line_size))
1316 ? LLc.line_size : CLG_(min_line_size);
1320 if (CLG_(min_line_size) < largest_load_or_store_size) {
1325 (Int)CLG_(min_line_size));