reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
51 case isl_ineq_redundant: return STATUS_VALID; 1392 if (type == isl_ineq_redundant) 1812 if (type != isl_ineq_redundant) 1826 if (type != isl_ineq_redundant) 1868 if (type != isl_ineq_redundant)tools/polly/lib/External/isl/isl_tab.c
3996 type = isl_ineq_redundant; 4015 type = isl_ineq_redundant;tools/polly/lib/External/isl/isl_vertices.c
527 case isl_ineq_redundant: continue; 583 if (isl_tab_ineq_type(tab, bset->ineq[i]) == isl_ineq_redundant)