Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-split.cc661 gcond *force_false = as_a<gcond *> (last_stmt (get_bb_copy (bbs[i]))); in split_loop() local
663 std::swap (force_true, force_false); in split_loop()
665 gimple_cond_make_false (force_false); in split_loop()
667 update_stmt (force_false); in split_loop()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-split.c614 gcond *force_false = as_a<gcond *> (last_stmt (get_bb_copy (bbs[i]))); in split_loop() local
616 std::swap (force_true, force_false); in split_loop()
618 gimple_cond_make_false (force_false); in split_loop()
620 update_stmt (force_false); in split_loop()