Home
last modified time | relevance | path

Searched refs:ends_in_call (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDbb-reorder.c475 bool ends_in_call; in find_traces_1_round() local
489 ends_in_call = block_ends_with_call_p (bb); in find_traces_1_round()
511 if (ends_in_call) in find_traces_1_round()
/dragonfly/contrib/gcc-8.0/gcc/
HDbb-reorder.c503 bool ends_in_call; in find_traces_1_round() local
517 ends_in_call = block_ends_with_call_p (bb); in find_traces_1_round()
541 if (ends_in_call) in find_traces_1_round()