Lines Matching refs:easy
8 define i64 @f1(i64 %easy, i64 *%ptr, i64 %limit) {
15 %res = select i1 %cond, i64 %easy, i64 %other
20 define i64 @f2(i64 %easy, i64 *%ptr, i64 %limit) {
27 %res = select i1 %cond, i64 %other, i64 %easy
32 define i64 @f3(i64 %easy, i64 *%base, i64 %limit) {
40 %res = select i1 %cond, i64 %easy, i64 %other
45 define i64 @f4(i64 %easy, i64 *%base, i64 %limit) {
54 %res = select i1 %cond, i64 %easy, i64 %other
59 define i64 @f5(i64 %easy, i64 *%base, i64 %limit) {
67 %res = select i1 %cond, i64 %easy, i64 %other
72 define i64 @f6(i64 %easy, i64 *%base, i64 %limit) {
81 %res = select i1 %cond, i64 %easy, i64 %other
92 %easy = call i64 @foo(i64 *%ptr)
95 %res = select i1 %cond, i64 %easy, i64 %other
100 define i64 @f8(i64 %easy, i64 %limit, i64 %base, i64 %index) {
109 %res = select i1 %cond, i64 %easy, i64 %other
115 define i64 @f9(i64 %easy, i64 %limit, i64 *%ptr) {
120 %cmp = icmp ule i64 %easy, %limit
128 %res = phi i64 [ %easy, %entry ], [ %other, %load ]