Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-reassoc.cc4489 gimple *test_last = last_stmt (test_bb); in suitable_cond_bb() local
4490 if (gimple_code (test_last) == GIMPLE_COND) in suitable_cond_bb()
4531 == gimple_assign_lhs (test_last) in suitable_cond_bb()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-reassoc.c4163 gimple *test_last = last_stmt (test_bb); in suitable_cond_bb() local
4164 if (gimple_code (test_last) != GIMPLE_COND in suitable_cond_bb()
4166 == gimple_assign_lhs (test_last) in suitable_cond_bb()