Searched refs:priority2 (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa.c1151 int priority2; local
1156 priority2 = DECL_INIT_PRIORITY (f2);
1158 if (priority1 < priority2)
1160 else if (priority1 > priority2)
1178 int priority2; local
1183 priority2 = DECL_FINI_PRIORITY (f2);
1185 if (priority1 < priority2)
1187 else if (priority1 > priority2)
1206 int priority2; local
1216 priority2
[all...]
H A Dhaifa-sched.c3349 unsigned int priority1, priority2;
3379 priority2 = INSN_PRIORITY (insn2->insn);
3380 if (priority1 != priority2)
3381 return priority1 > priority2;
3335 unsigned int priority1, priority2; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa.cc1154 int priority2; local
1159 priority2 = DECL_INIT_PRIORITY (f2);
1161 if (priority1 < priority2)
1163 else if (priority1 > priority2)
1181 int priority2; local
1186 priority2 = DECL_FINI_PRIORITY (f2);
1188 if (priority1 < priority2)
1190 else if (priority1 > priority2)
1209 int priority2; local
1219 priority2
[all...]
H A Dhaifa-sched.cc3351 unsigned int priority1, priority2;
3381 priority2 = INSN_PRIORITY (insn2->insn);
3382 if (priority1 != priority2)
3383 return priority1 > priority2;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.c2343 unsigned int priority2 = get_builtin_code_for_version (decl2, NULL); local
2345 return (int)priority1 - (int)priority2;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.cc2434 unsigned int priority2 = get_builtin_code_for_version (decl2, NULL);
2436 return (int)priority1 - (int)priority2;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c24210 int priority2 = rs6000_clone_priority (decl2);
24211 int ret = priority1 - priority2;
24161 int priority2 = rs6000_clone_priority (decl2); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc24903 int priority2 = rs6000_clone_priority (decl2);
24904 int ret = priority1 - priority2;
24853 int priority2 = rs6000_clone_priority (decl2); local

Completed in 449 milliseconds