Searched refs:MaxIter (Results 1 – 8 of 8) sorted by relevance
94 unsigned MaxIter; member
125 const static int MaxIter = 1000; member in SPIRV::SPIRVLowerOCLBlocks133 int Iter = MaxIter; in lowerBlockBind()136 DEBUG(dbgs() << "-------------- after iteration " << MaxIter - Iter << in lowerBlockBind()
120 unsigned Iter, unsigned MaxIter) const override;
687 unsigned Iter, unsigned MaxIter) const { in reduceLoopCount()729 if (Iter == MaxIter) in reduceLoopCount()
84 MaxIter("bb-vectorize-max-iter", cl::init(0), cl::Hidden, variable417 (!Config.MaxIter || n <= Config.MaxIter); in vectorizeBB()430 for (; !Config.MaxIter || n <= Config.MaxIter; ++n) { in vectorizeBB()3265 MaxIter = ::MaxIter; in VectorizeConfig()
565 unsigned Iter, unsigned MaxIter) const { in reduceLoopCount() argument
1077 unsigned MaxIter = 32; // Break cycles and bound to constant-time. in FoldAllocaCmp() local1081 if (Worklist.size() >= MaxIter) in FoldAllocaCmp()1088 assert(Worklist.size() <= MaxIter); in FoldAllocaCmp()1091 --MaxIter; in FoldAllocaCmp()1124 if (Worklist.size() >= MaxIter) in FoldAllocaCmp()
2966 unsigned MaxIter = PrologBBs.size() - 1; in addBranches() local2969 for (unsigned i = 0, j = MaxIter; i <= MaxIter; ++i, --j) { in addBranches()2981 MaxIter); in addBranches()