Searched refs:EndValInstr (Results 1 – 1 of 1) sorted by relevance
705 const MachineInstr *EndValInstr = MRI->getVRegDef(End->getReg()); in computeCount() local706 if (EndValInstr && (EndValInstr->getOpcode() == Hexagon::A2_tfrsi || in computeCount()707 EndValInstr->getOpcode() == Hexagon::A2_tfrpi)) in computeCount()708 End = &EndValInstr->getOperand(1); in computeCount()890 const MachineInstr *EndValInstr = MRI->getVRegDef(End->getReg()); in computeCount() local891 if (EndValInstr->getOpcode() == Hexagon::A2_addi && in computeCount()892 EndValInstr->getOperand(2).getImm() == StartV) { in computeCount()893 DistR = EndValInstr->getOperand(1).getReg(); in computeCount()