Searched refs:HasGuards (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h85 bool HasGuards = false; member in class:llvm::JumpThreadingPass
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1005 bool HasGuards; member in class:__anon126::WidenIV
1056 bool HasGuards)
1059 HasGuards(HasGuards), DeadInsts(DI) {
1879 if (!HasGuards)
1997 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); local
2030 WidenIV Widener(WideIVs.back(), LI, SE, DT, DeadInsts, HasGuards);
1054 WidenIV(const WideIVInfo &WI, LoopInfo *LInfo, ScalarEvolution *SEv, DominatorTree *DTree, SmallVectorImpl<WeakTrackingVH> &DI, bool HasGuards) argument
H A DJumpThreading.cpp371 HasGuards = GuardDecl && !GuardDecl->use_empty();
1012 if (HasGuards && ProcessGuards(BB))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1113 bool HasGuards; member in class:llvm::ScalarEvolution
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1789 if (!isa<SCEVCouldNotCompute>(MaxBECount) || HasGuards ||
2141 if (!isa<SCEVCouldNotCompute>(MaxBECount) || HasGuards ||
9497 if (!HasGuards)
11480 HasGuards = GuardDecl && !GuardDecl->use_empty();
11484 : F(Arg.F), HasGuards(Arg.HasGuards), TLI(Arg.TLI), AC(Arg.AC), DT(Arg.DT),

Completed in 630 milliseconds