Searched defs:MaxIter (Results  1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/ | 
| H A D | Vectorize.h | 92   unsigned MaxIter;  member
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ | 
| H A D | IndVarSimplify.cpp | 1376                   const SCEV *MaxIter, bool Inverted, bool SkipLastIter,  in createReplacement()1433     const Loop *L, BranchInst *BI, BasicBlock *ExitingBB, const SCEV *MaxIter,  in optimizeLoopExitWithUnknownExitCount()
 
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ | 
| H A D | TargetInstrInfo.h | 800                                    unsigned Iter, unsigned MaxIter) const {  in reduceLoopCount()
 | 
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ | 
| H A D | ModuloSchedule.cpp | 874   unsigned MaxIter = PrologBBs.size() - 1;  in addBranches()  local
 | 
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ | 
| H A D | CombinerHelper.cpp | 3301   const unsigned MaxIter =  in findCandidatesForLoadOrCombine()  local3487   const unsigned MaxIter = 20;  in findLoadOffsetsForLoadOrCombine()  local
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ | 
| H A D | InstCombineCompares.cpp | 918   unsigned MaxIter = 32; // Break cycles and bound to constant-time.  in foldAllocaCmp()  local
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ | 
| H A D | ScalarEvolution.cpp | 11114     const Instruction *CtxI, const SCEV *MaxIter) {  in getLoopInvariantExitCondDuringFirstIterations()11134     const Instruction *CtxI, const SCEV *MaxIter) {  in getLoopInvariantExitCondDuringFirstIterationsImpl()
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ | 
| H A D | SLPVectorizer.cpp | 11452   int MaxIter = MaxStoreLookup.getValue();  in vectorizeStores()  local
 |