Home
last modified time | relevance | path

Searched refs:MaxIter (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DVectorize.h92 unsigned MaxIter; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DModuloSchedule.cpp861 unsigned MaxIter = PrologBBs.size() - 1; in addBranches() local
862 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h746 unsigned Iter, unsigned MaxIter) const { in reduceLoopCount() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1043 unsigned MaxIter = 32; // Break cycles and bound to constant-time. in foldAllocaCmp() local
1047 if (Worklist.size() >= MaxIter) in foldAllocaCmp()
1054 assert(Worklist.size() <= MaxIter); in foldAllocaCmp()
1057 --MaxIter; in foldAllocaCmp()
1089 if (Worklist.size() >= MaxIter) in foldAllocaCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5740 int MaxIter = MaxStoreLookup.getValue(); in vectorizeStores() local
5742 auto &&FindConsecutiveAccess = [this, &Stores, &Tails, &IterCnt, MaxIter, in vectorizeStores()
5744 if (IterCnt >= MaxIter) in vectorizeStores()