Home
last modified time | relevance | path

Searched refs:UsePostIncrementRanges (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h80 bool HasGuards, bool UsePostIncrementRanges);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1034 bool UsePostIncrementRanges; member in __anoncf1033750311::WidenIV
1107 bool HasGuards, bool UsePostIncrementRanges = true);
1199 bool HasGuards, bool UsePostIncrementRanges) in WidenIV() argument
1202 HasGuards(HasGuards), UsePostIncrementRanges(UsePostIncrementRanges), in WidenIV()
1954 if (UsePostIncrementRanges) in createWideIV()
2133 bool HasGuards, bool UsePostIncrementRanges) { in createWideIV() argument
2134 WidenIV Widener(WI, LI, SE, DT, DeadInsts, HasGuards, UsePostIncrementRanges); in createWideIV()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp109 static cl::opt<bool> UsePostIncrementRanges( variable
634 HasGuards, UsePostIncrementRanges)) { in simplifyAndExtend()