Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h80 bool HasGuards, bool UsePostIncrementRanges);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1003 bool UsePostIncrementRanges; member in __anon2c2a41b60311::WidenIV
1076 bool HasGuards, bool UsePostIncrementRanges = true);
1168 bool HasGuards, bool UsePostIncrementRanges) in WidenIV() argument
1171 HasGuards(HasGuards), UsePostIncrementRanges(UsePostIncrementRanges), in WidenIV()
1904 if (UsePostIncrementRanges) in createWideIV()
2083 bool HasGuards, bool UsePostIncrementRanges) { in createWideIV() argument
2084 WidenIV Widener(WI, LI, SE, DT, DeadInsts, HasGuards, UsePostIncrementRanges); in createWideIV()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp121 static cl::opt<bool> UsePostIncrementRanges( variable
646 HasGuards, UsePostIncrementRanges)) { in simplifyAndExtend()