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.cpp1062 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()
2198 if (!HasGuards) in calculatePostIncRange()
2276 bool HasGuards, bool UsePostIncrementRanges) { in createWideIV() argument
2277 WidenIV Widener(WI, LI, SE, DT, DeadInsts, HasGuards, UsePostIncrementRanges); in createWideIV()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h91 bool HasGuards = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp599 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend() local
641 HasGuards, UsePostIncrementRanges)) { in simplifyAndExtend()
H A DJumpThreading.cpp300 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
964 if (HasGuards && processGuards(BB)) in processBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1457 bool HasGuards;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1711 if (!isa<SCEVCouldNotCompute>(MaxBECount) || HasGuards || in getZeroExtendExprImpl()
5128 if (isa<SCEVCouldNotCompute>(MaxBECount) && !HasGuards && in proveNoSignedWrapViaInduction()
5182 if (isa<SCEVCouldNotCompute>(MaxBECount) && !HasGuards && in proveNoUnsignedWrapViaInduction()
11519 if (!HasGuards) in isImpliedViaGuard()
13671 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()
13675 : F(Arg.F), DL(Arg.DL), HasGuards(Arg.HasGuards), TLI(Arg.TLI), AC(Arg.AC), in ScalarEvolution()