retagged by
225 views
0 votes
0 votes
Let P and Q be the minimum number of nodes and edges in the DAG representation of basic block respectively.
Find P*Q
X = Y + Z
Z = X + M
E = X + Y
M = E – Y
T = Z – M
X = T + Y
retagged by

1 Answer

0 votes
0 votes

          Please crosscheck the answer, correct me if I am wrong………

 

Related questions

0 votes
0 votes
0 answers
1
Sarahcs asked May 6
77 views
directed acyclic graph(DAG)is a simplified step from the AST. Solve the following expressions by AST and DAG: X=(((a+a))+((a+a)+(a+a)))
0 votes
0 votes
0 answers
2
0 votes
0 votes
0 answers
3
1 votes
1 votes
0 answers
4
Ebrahim asked May 5
67 views
1. Generate intermediate code for the following code segment. a) (x<y) and (y>z) and not z b) if(i%2==0)evensum=evensum+elseoddsum=oddsum+i;