HomeSort by relevance Sort by last modified time
    Searched refs:IV_Inst (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 310 const MachineInstr *IV_Inst = getCanonicalInductionVariable(L);
311 if (IV_Inst == 0) return 0;
319 if (!L->contains(IV_Inst->getOperand(2).getMBB())) {
320 InitialValue = &IV_Inst->getOperand(1);
321 IV_Opnd = &IV_Inst->getOperand(3);
323 InitialValue = &IV_Inst->getOperand(3);
324 IV_Opnd = &IV_Inst->getOperand(1);
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 315 MachineInstr *IV_Inst = IVars[i];
323 if (!L->contains(IV_Inst->getOperand(2).getMBB())) {
324 InitialValue = &IV_Inst->getOperand(1);
325 IV_Opnd = &IV_Inst->getOperand(3);
327 InitialValue = &IV_Inst->getOperand(3);
328 IV_Opnd = &IV_Inst->getOperand(1);
333 DEBUG(dbgs() << " induction variable: " << *IV_Inst);

Completed in 40 milliseconds