2 ! { dg-lto-options {{ -O -flto -ftree-vectorize }} }
4 function no_of_edges(self
) result(res
)
5 integer(kind
=kind(1)) :: edge_bit_string
6 integer(kind
=kind(1)) :: res
7 integer(kind
=kind(1)) :: e
9 if (.not
. btest(edge_bit_string
,e
)) cycle
12 end function no_of_edges