Searched refs:frombb (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-sink.c | 245 statement_sink_location (gimple *stmt, basic_block frombb, in statement_sink_location() argument 365 if (commondom == frombb) in statement_sink_location() 404 if (commondom == frombb) in statement_sink_location() 411 if (!dominated_by_p (CDI_DOMINATORS, commondom, frombb)) in statement_sink_location() 414 commondom = select_best_block (frombb, commondom, stmt); in statement_sink_location() 416 if (commondom == frombb) in statement_sink_location() 435 sinkbb = select_best_block (frombb, gimple_bb (use), stmt); in statement_sink_location() 437 if (sinkbb == frombb) in statement_sink_location() 455 sinkbb = select_best_block (frombb, sinkbb, stmt); in statement_sink_location() 456 if (!sinkbb || sinkbb == frombb) in statement_sink_location() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-sink.cc | 248 statement_sink_location (gimple *stmt, basic_block frombb, in statement_sink_location() argument 368 if (commondom == frombb) in statement_sink_location() 419 if (!dominated_by_p (CDI_DOMINATORS, bb, frombb)) in statement_sink_location() 425 if (commondom == frombb) in statement_sink_location() 433 if (!dominated_by_p (CDI_DOMINATORS, commondom, frombb)) in statement_sink_location() 436 commondom = select_best_block (frombb, commondom, stmt); in statement_sink_location() 438 if (commondom == frombb) in statement_sink_location() 457 sinkbb = select_best_block (frombb, gimple_bb (use), stmt); in statement_sink_location() 459 if (sinkbb == frombb) in statement_sink_location() 477 sinkbb = select_best_block (frombb, sinkbb, stmt); in statement_sink_location() [all …]
|