Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1266 createReplacement(ICmpInst * ICmp,const Loop * L,BasicBlock * ExitingBB,const SCEV * MaxIter,bool Inverted,bool SkipLastIter,ScalarEvolution * SE,SCEVExpander & Rewriter) createReplacement() argument
1323 optimizeLoopExitWithUnknownExitCount(const Loop * L,BranchInst * BI,BasicBlock * ExitingBB,const SCEV * MaxIter,bool SkipLastIter,ScalarEvolution * SE,SCEVExpander & Rewriter,SmallVectorImpl<WeakTrackingVH> & DeadInsts) optimizeLoopExitWithUnknownExitCount() argument
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h833 reduceLoopCount(MachineBasicBlock & MBB,MachineBasicBlock & PreHeader,MachineInstr * IndVar,MachineInstr & Cmp,SmallVectorImpl<MachineOperand> & Cond,SmallVectorImpl<MachineInstr * > & PrevInsts,unsigned Iter,unsigned MaxIter) reduceLoopCount() argument
/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp873 unsigned MaxIter = PrologBBs.size() - 1; addBranches() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1350 const unsigned MaxIter = 20; matchCombineExtractedVectorLoad() local
3707 const unsigned MaxIter = findCandidatesForLoadOrCombine() local
3893 const unsigned MaxIter = 20; findLoadOffsetsForLoadOrCombine() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11141 getLoopInvariantExitCondDuringFirstIterations(ICmpInst::Predicate Pred,const SCEV * LHS,const SCEV * RHS,const Loop * L,const Instruction * CtxI,const SCEV * MaxIter) getLoopInvariantExitCondDuringFirstIterations() argument
11161 getLoopInvariantExitCondDuringFirstIterationsImpl(ICmpInst::Predicate Pred,const SCEV * LHS,const SCEV * RHS,const Loop * L,const Instruction * CtxI,const SCEV * MaxIter) getLoopInvariantExitCondDuringFirstIterationsImpl() argument
[all...]