Home | History | Annotate | Download | only in gcc

Lines Matching defs:inconsistent

246 		  	   "Edge %i->%i is inconsistent, count%" PRId64,
281 bool inconsistent = false;
284 inconsistent |= is_edge_inconsistent (bb->preds);
285 if (!dump_file && inconsistent)
287 inconsistent |= is_edge_inconsistent (bb->succs);
288 if (!dump_file && inconsistent)
300 inconsistent = true;
313 inconsistent = true;
328 inconsistent = true;
330 if (!dump_file && inconsistent)
334 return inconsistent;
432 int inconsistent = 0;
593 /* Check for inconsistent basic block counts */
594 inconsistent = is_inconsistent ();
596 if (inconsistent)
607 "correcting inconsistent profile data\n");