Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h87 bool HasGuards, bool UsePostIncrementRanges);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1062 bool UsePostIncrementRanges; member in __anonb324fb7f0311::WidenIV
1135 bool HasGuards, bool UsePostIncrementRanges = true);
1229 bool HasGuards, bool UsePostIncrementRanges) in WidenIV() argument
1232 HasGuards(HasGuards), UsePostIncrementRanges(UsePostIncrementRanges), in WidenIV()
2070 if (UsePostIncrementRanges) in createWideIV()
2268 bool HasGuards, bool UsePostIncrementRanges) { in createWideIV() argument
2269 WidenIV Widener(WI, LI, SE, DT, DeadInsts, HasGuards, UsePostIncrementRanges); in createWideIV()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp110 static cl::opt<bool> UsePostIncrementRanges( variable
646 HasGuards, UsePostIncrementRanges)) { in simplifyAndExtend()