Lines Matching refs:true_block

2031 	uint32_t true_block, false_block;
2034 ir_get_true_false_blocks(ctx, b, &true_block, &false_block);
2035 if (true_block == next_block) {
2037 true_block = false_block;
2045 | beq =>true_block
2047 | bne =>true_block
2051 | bvc =>true_block
2053 | bvs =>true_block
2057 | bcc =>true_block
2059 | bcs =>true_block
2902 uint32_t true_block, false_block;
2906 ir_get_true_false_blocks(ctx, b, &true_block, &false_block);
2907 if (true_block != next_block) {
2908 | b =>true_block
2914 uint32_t true_block, false_block;
2918 ir_get_true_false_blocks(ctx, b, &true_block, &false_block);
2926 uint32_t true_block, false_block;
2930 ir_get_true_false_blocks(ctx, b, &true_block, &false_block);
2931 if (true_block == next_block) {
2934 true_block = false_block;
2942 | cbz Rx(reg), =>true_block
2944 | cbz Rw(reg), =>true_block
2949 | cbnz Rx(reg), =>true_block
2951 | cbnz Rw(reg), =>true_block
2961 uint32_t true_block, false_block;
2965 ir_get_true_false_blocks(ctx, b, &true_block, &false_block);
2966 if (true_block == next_block) {
2973 true_block = false_block;
2984 | beq =>true_block
2987 | bne =>true_block
2990 | blt =>true_block
2993 | bge =>true_block
2996 | ble =>true_block
2999 | bgt =>true_block
3002 | blo =>true_block
3005 | bhs =>true_block
3008 | bls =>true_block
3011 | bhi =>true_block
3019 | beq =>true_block
3022 | bne =>true_block
3025 | bmi =>true_block
3028 | bge =>true_block
3031 | bls =>true_block
3034 | bgt =>true_block
3037 | blt =>true_block
3040 | bhs =>true_block
3043 | ble =>true_block
3046 | bhi =>true_block
3048 // case IR_ULT: fprintf(stderr, "\tjb .LL%d\n", true_block); break;
3049 // case IR_UGE: fprintf(stderr, "\tjae .LL%d\n", true_block); break;
3050 // case IR_ULE: fprintf(stderr, "\tjbe .LL%d\n", true_block); break;
3051 // case IR_UGT: fprintf(stderr, "\tja .LL%d\n", true_block); break;
3120 uint32_t true_block, false_block;
3122 ir_get_true_false_blocks(ctx, b, &true_block, &false_block);
3124 if (true_block != next_block) {
3125 | b =>true_block
3134 uint32_t true_block, false_block;
3136 ir_get_true_false_blocks(ctx, b, &true_block, &false_block);
3137 if (true_block != next_block) {
3138 | b =>true_block
5108 // case IR_ULT: fprintf(stderr, "\tjb .LL%d\n", true_block); break;
5109 // case IR_UGE: fprintf(stderr, "\tjae .LL%d\n", true_block); break;
5110 // case IR_ULE: fprintf(stderr, "\tjbe .LL%d\n", true_block); break;
5111 // case IR_UGT: fprintf(stderr, "\tja .LL%d\n", true_block); break;