Searched refs:mems_conflict_p (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dpostreload-gcse.c605 static int mems_conflict_p;
608 possibly conflicts with the load found in DATA, then set mems_conflict_p
629 mems_conflict_p = 1;
669 It will set mems_conflict_p to nonzero if there may be a
671 mems_conflict_p = 0;
673 if (mems_conflict_p)
596 static int mems_conflict_p; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dpostreload-gcse.cc604 static int mems_conflict_p;
607 possibly conflicts with the load found in DATA, then set mems_conflict_p
628 mems_conflict_p = 1;
668 It will set mems_conflict_p to nonzero if there may be a
670 mems_conflict_p = 0;
672 if (mems_conflict_p)
595 static int mems_conflict_p; variable

Completed in 125 milliseconds