Lines Matching refs:DAG
20 ## CHECK-DAG: <<Const1:i\d+>> IntConstant 1
21 ## CHECK-DAG: <<Const3:i\d+>> IntConstant 3
22 ## CHECK-DAG: <<Const5:i\d+>> IntConstant 5
23 ## CHECK-DAG: <<Add:i\d+>> InvokeStaticOrDirect [<<Const1>>,<<Const3>>{{(,[ij]\d+)?}}]
24 ## CHECK-DAG: <<Sub:i\d+>> InvokeStaticOrDirect [<<Const5>>,<<Const3>>{{(,[ij]\d+)?}}]
25 ## CHECK-DAG: <<Phi:i\d+>> Phi [<<Add>>,<<Sub>>]
26 ## CHECK-DAG: Return [<<Phi>>]
29 ## CHECK-DAG: <<Const4:i\d+>> IntConstant 4
30 ## CHECK-DAG: <<Const2:i\d+>> IntConstant 2
31 ## CHECK-DAG: <<Phi:i\d+>> Phi [<<Const4>>,<<Const2>>]
32 ## CHECK-DAG: Return [<<Phi>>]