HomeSort by: relevance | last modified time | path
    Searched defs:OBJECT_CONFLICT_VEC_P (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ira-int.h 232 marker (if OBJECT_CONFLICT_VEC_P is true) or conflict bit vector
534 #define OBJECT_CONFLICT_VEC_P(O) ((O)->conflict_vec_p)
1336 OBJECT_CONFLICT_VEC_P is FALSE. */
1340 OBJECT_CONFLICT_VEC_P is FALSE. */
1344 is defined only if OBJECT_CONFLICT_VEC_P is FALSE. */
1348 OBJECT_CONFLICT_VEC_P is FALSE. */
1357 i->conflict_vec_p = OBJECT_CONFLICT_VEC_P (obj);
  /src/external/gpl3/gcc.old/dist/gcc/
ira-int.h 232 marker (if OBJECT_CONFLICT_VEC_P is true) or conflict bit vector
520 #define OBJECT_CONFLICT_VEC_P(O) ((O)->conflict_vec_p)
1322 OBJECT_CONFLICT_VEC_P is FALSE. */
1326 OBJECT_CONFLICT_VEC_P is FALSE. */
1330 is defined only if OBJECT_CONFLICT_VEC_P is FALSE. */
1334 OBJECT_CONFLICT_VEC_P is FALSE. */
1343 i->conflict_vec_p = OBJECT_CONFLICT_VEC_P (obj);

Completed in 28 milliseconds