New scop detection: Support for BBs with conditonal statementsregtest/success/2011_01_05_18_10_32
commita729001a96cf60f46c75c1c90c49443e37f9aed1
authorgrosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Jan 2011 17:06:13 +0000 (5 17:06 +0000)
committergrosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Jan 2011 17:06:13 +0000 (5 17:06 +0000)
treed7b36960319038753a96f4f23364282110f78043
parentc82125a8ccc7921ecfd5e37f09204ab28b6ebee6
New scop detection: Support for BBs with conditonal statements

* graphite-scop-detection.c (is_valid_stmt_p): Pass the entry basic
block instead of region start to the instantiation.
(is_valid_bb_p): Add support for basic blocks with conditional
statements.
(find_scops_new): Recalculate dominance info before SCOP
detection.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@168523 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.graphite
gcc/graphite-scop-detection.c