retagged by
1,285 views
0 votes
0 votes

Consider the basic block given below:

u=u+v
v=v+w
x=v-w
y=v-x
z=u+v

The minimum number of nodes and edges present in the DAG representations of the above basic block respectively are:

retagged by

1 Answer

Related questions

12 votes
12 votes
4 answers
1
2 votes
2 votes
1 answer
2
pm9999 asked Oct 5, 2017
523 views
Minimum number of edges in the dag that represents the expression :x + x + x + x + x + x + x + x + x
0 votes
0 votes
1 answer
3
thor asked Jan 22, 2017
643 views
How does answer change when it is in SSA form? does answer remains 4 or 5
0 votes
0 votes
3 answers
4
radha gogia asked Dec 9, 2015
1,329 views
In this one I am unable to follow in the above node marked as "-" ,it has two edges one upward and one downward for "+" node so then how to proceed with this ?