Searched refs:isDo (Results 1 – 1 of 1) sorted by relevance
104 static bool isDo(MachineInstr *MI) { in isDo() function438 return isDo(Start) ? Start->getOperand(1) : Start->getOperand(0); in getLoopStartOperand()442 bool IsDo = isDo(Start); in getStartOpcode()628 Register StartReg = isDo(Start) ? Start->getOperand(1).getReg() in ValidateTailPredicate()631 if (auto *IterCount = RDA.getMIOperand(Start, isDo(Start) ? 1 : 0)) { in ValidateTailPredicate()1063 if (isDo(Start) || Start->getOperand(0).getReg() == ARM::LR) { in Validate()1387 RDA->getMIOperand(LoLoop.Start, isDo(LoLoop.Start) ? 1 : 0); in IterationCountDCE()1417 if (!isDo(Start)) in ExpandLoopStart()