Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h81 bool HasGuards, bool UsePostIncrementRanges);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1010 bool UsePostIncrementRanges; member in WidenIV
1083 bool HasGuards, bool UsePostIncrementRanges = true);
1175 bool HasGuards, bool UsePostIncrementRanges) in WidenIV() argument
1178 HasGuards(HasGuards), UsePostIncrementRanges(UsePostIncrementRanges), in WidenIV()
1912 if (UsePostIncrementRanges) in createWideIV()
2091 bool HasGuards, bool UsePostIncrementRanges) { in createWideIV() argument
2092 WidenIV Widener(WI, LI, SE, DT, DeadInsts, HasGuards, UsePostIncrementRanges); in createWideIV()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp121 static cl::opt<bool> UsePostIncrementRanges( variable
643 HasGuards, UsePostIncrementRanges)) { in simplifyAndExtend()