Searched refs:MaxIter (Results 1 – 5 of 5) sorted by relevance
92 unsigned MaxIter; member
861 unsigned MaxIter = PrologBBs.size() - 1; in addBranches() local862 for (unsigned i = 0, j = MaxIter; i <= MaxIter; ++i, --j) { in addBranches()905 LoopInfo->setPreheader(PrologBBs[MaxIter]); in addBranches()906 LoopInfo->adjustTripCount(-(MaxIter + 1)); in addBranches()
746 unsigned Iter, unsigned MaxIter) const { in reduceLoopCount() argument
1043 unsigned MaxIter = 32; // Break cycles and bound to constant-time. in foldAllocaCmp() local1047 if (Worklist.size() >= MaxIter) in foldAllocaCmp()1054 assert(Worklist.size() <= MaxIter); in foldAllocaCmp()1057 --MaxIter; in foldAllocaCmp()1089 if (Worklist.size() >= MaxIter) in foldAllocaCmp()
5740 int MaxIter = MaxStoreLookup.getValue(); in vectorizeStores() local5742 auto &&FindConsecutiveAccess = [this, &Stores, &Tails, &IterCnt, MaxIter, in vectorizeStores()5744 if (IterCnt >= MaxIter) in vectorizeStores()