Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:After

475       IVReg = IV_Phi->getOperand(i).getReg();  // Want IV reg after bump.
1004 // Stop trying after reaching the limit (if any).
1071 // The loop start address is used only after the 1st iteration, and the
1072 // loop latch may contains instrs. that need to be executed after the
1184 instr_iterator After = BumpI;
1186 BB->splice(llvm::next(After), BB, From);
1395 // Make sure that the compare happens after the bump. Otherwise,
1396 // after the fixup, the compare would use a yet-undefined register.