Home
last modified time | relevance | path

Searched refs:HasGuards (Results 1 – 7 of 7) 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.cpp1060 bool HasGuards; 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()
2190 if (!HasGuards) in calculatePostIncRange()
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/include/llvm/Transforms/Scalar/
H A DJumpThreading.h90 bool HasGuards = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp603 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend() local
646 HasGuards, UsePostIncrementRanges)) { in simplifyAndExtend()
H A DJumpThreading.cpp301 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
967 if (HasGuards && processGuards(BB)) in processBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1398 bool HasGuards;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1707 if (!isa<SCEVCouldNotCompute>(MaxBECount) || HasGuards || in getZeroExtendExprImpl()
5162 if (isa<SCEVCouldNotCompute>(MaxBECount) && !HasGuards && in proveNoSignedWrapViaInduction()
5216 if (isa<SCEVCouldNotCompute>(MaxBECount) && !HasGuards && in proveNoUnsignedWrapViaInduction()
11385 if (!HasGuards) in isImpliedViaGuard()
13530 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()
13534 : F(Arg.F), DL(Arg.DL), HasGuards(Arg.HasGuards), TLI(Arg.TLI), AC(Arg.AC), in ScalarEvolution()