Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h81 bool HasGuards, bool UsePostIncrementRanges);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp965 bool UsePostIncrementRanges; member in WidenIV
1038 bool HasGuards, bool UsePostIncrementRanges = true);
1130 bool HasGuards, bool UsePostIncrementRanges) in WidenIV() argument
1133 HasGuards(HasGuards), UsePostIncrementRanges(UsePostIncrementRanges), in WidenIV()
1867 if (UsePostIncrementRanges) in createWideIV()
2046 bool HasGuards, bool UsePostIncrementRanges) { in createWideIV() argument
2047 WidenIV Widener(WI, LI, SE, DT, DeadInsts, HasGuards, UsePostIncrementRanges); in createWideIV()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp121 static cl::opt<bool> UsePostIncrementRanges( variable
643 HasGuards, UsePostIncrementRanges)) { in simplifyAndExtend()