Home
last modified time | relevance | path

Searched refs:HasGuards (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h80 bool HasGuards, bool UsePostIncrementRanges);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1012 bool HasGuards; member in __anon0030acaf0311::WidenIV
1087 bool HasGuards, bool UsePostIncrementRanges = true);
1179 bool HasGuards, bool UsePostIncrementRanges) in WidenIV() argument
1182 HasGuards(HasGuards), UsePostIncrementRanges(UsePostIncrementRanges), in WidenIV()
2016 if (!HasGuards) in calculatePostIncRange()
2094 bool HasGuards, bool UsePostIncrementRanges) { in createWideIV() argument
2095 WidenIV Widener(WI, LI, SE, DT, DeadInsts, HasGuards, UsePostIncrementRanges); in createWideIV()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h86 bool HasGuards = false; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp606 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend() local
647 HasGuards, UsePostIncrementRanges)) { in simplifyAndExtend()
H A DJumpThreading.cpp389 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
1041 if (HasGuards && processGuards(BB)) in processBlock()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1232 bool HasGuards;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp1738 if (!isa<SCEVCouldNotCompute>(MaxBECount) || HasGuards || in getZeroExtendExpr()
4982 if (isa<SCEVCouldNotCompute>(MaxBECount) && !HasGuards && in proveNoSignedWrapViaInduction()
5032 if (isa<SCEVCouldNotCompute>(MaxBECount) && !HasGuards && in proveNoUnsignedWrapViaInduction()
10999 if (!HasGuards) in isImpliedViaGuard()
13103 HasGuards = GuardDecl && !GuardDecl->use_empty(); in ScalarEvolution()
13107 : F(Arg.F), HasGuards(Arg.HasGuards), TLI(Arg.TLI), AC(Arg.AC), DT(Arg.DT), in ScalarEvolution()