Searched refs:did_fallthru (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | cfgcleanup.c | 1222 bool *did_fallthru) in walk_to_nondebug_insn() argument 1226 *did_fallthru = false; in walk_to_nondebug_insn() 1247 *did_fallthru = true; in walk_to_nondebug_insn() 1271 bool follow_fallthru, did_fallthru; in flow_find_cross_jump() local 1322 walk_to_nondebug_insn (&i1, &bb1, follow_fallthru, &did_fallthru); in flow_find_cross_jump() 1323 if (did_fallthru) in flow_find_cross_jump() 1327 walk_to_nondebug_insn (&i2, &bb2, follow_fallthru, &did_fallthru); in flow_find_cross_jump() 1328 if (did_fallthru) in flow_find_cross_jump()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | cfgcleanup.c | 1295 bool *did_fallthru) in walk_to_nondebug_insn() argument 1299 *did_fallthru = false; in walk_to_nondebug_insn() 1320 *did_fallthru = true; in walk_to_nondebug_insn() 1343 bool follow_fallthru, did_fallthru; in flow_find_cross_jump() local 1395 walk_to_nondebug_insn (&i1, &bb1, follow_fallthru, &did_fallthru); in flow_find_cross_jump() 1396 if (did_fallthru) in flow_find_cross_jump() 1400 walk_to_nondebug_insn (&i2, &bb2, follow_fallthru, &did_fallthru); in flow_find_cross_jump() 1401 if (did_fallthru) in flow_find_cross_jump()
|