Home
last modified time | relevance | path

Searched refs:phi_inserted (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-phiprop.c272 bool phi_inserted; in propagate_with_phi() local
320 phi_inserted = false; in propagate_with_phi()
420 else if (!phi_inserted) in propagate_with_phi()
435 phi_inserted = true; in propagate_with_phi()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-phiprop.cc272 bool phi_inserted; in propagate_with_phi() local
320 phi_inserted = false; in propagate_with_phi()
420 else if (!phi_inserted) in propagate_with_phi()
435 phi_inserted = true; in propagate_with_phi()
H A DChangeLog-201830018 changed flag instead of boguously re-using phi_inserted.