Searched refs:IterCount (Results 1 – 3 of 3) sorted by relevance
585 bool highBitsAreZero(Value *V, unsigned IterCount);586 bool keepsHighBitsZero(Value *V, unsigned IterCount);589 unsigned IterCount);601 unsigned IterCount = 0; member1253 unsigned IterCount) { in highBitsAreZero() argument1260 return Known.countMinLeadingZeros() >= IterCount; in highBitsAreZero()1264 unsigned IterCount) { in keepsHighBitsZero() argument1268 return C->getValue().countLeadingZeros() >= IterCount; in keepsHighBitsZero()1295 BasicBlock *ExitB, unsigned IterCount) { in convertShiftsToLeft() argument1369 if (!highBitsAreZero(V, IterCount)) in convertShiftsToLeft()[all …]
2820 unsigned IterCount = in checkAcyclicLatency() local2827 (AcyclicCount * Rem.RemIssueCount + IterCount-1) / IterCount; in checkAcyclicLatency()2836 << "IterCycles=" << IterCount / SchedModel->getLatencyFactor() in checkAcyclicLatency()2837 << "c NumIters=" << (AcyclicCount + IterCount - 1) / IterCount in checkAcyclicLatency()
517 auto IterCount = getFlags().getLocalCseMaxIterations(); in localCSE() local519 for (uint32_t i = 0; i < IterCount; ++i) { in localCSE()