Home | History | Annotate | Download | only in quick

Lines Matching refs:branch

48   LIR* branch = OpCondBranch(c_code, tgt);
49 // Remember branch target - will process later
51 return branch;
56 LIR* branch;
58 branch = OpUnconditionalBranch(tgt);
60 branch = OpCmpImmBranch(c_code, reg, imm_val, tgt);
62 // Remember branch target - will process later
64 return branch;
80 LIR* branch = OpCmpBranch(c_code, reg1, reg2, tgt);
81 // Remember branch target - will process later
83 return branch;
129 // OK - convert this to a compare immediate and branch
790 // TUNING: move slow path to end & remove unconditional branch
841 LIR* branch
847 branch->target = target;
991 // On MIPS rArg0 != rl_result, place false in result if branch is taken.
1044 /* branch targets here */
1140 /* branch target here */
1767 LIR* branch = OpTestSuspend(NULL);
1771 branch->target = target;