Home
last modified time | relevance | path

Searched defs:UsePostIncrementRanges (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1227 bool HasGuards, bool UsePostIncrementRanges) in WidenIV() argument
1060 bool UsePostIncrementRanges; global() member in __anon7d6845520311::WidenIV
2260 createWideIV(const WideIVInfo & WI,LoopInfo * LI,ScalarEvolution * SE,SCEVExpander & Rewriter,DominatorTree * DT,SmallVectorImpl<WeakTrackingVH> & DeadInsts,unsigned & NumElimExt,unsigned & NumWidened,bool HasGuards,bool UsePostIncrementRanges) createWideIV() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp110 static cl::opt<bool> UsePostIncrementRanges( global() variable