Searched defs:HasGuards (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | JumpThreading.h | 90 bool HasGuards = false; variable
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 1227 bool HasGuards, bool UsePostIncrementRanges) in WidenIV() argument 1058 bool HasGuards; global() member in __anon7d6845520311::WidenIV 2260 createWideIV(const WideIVInfo & WI,LoopInfo * LI,ScalarEvolution * SE,SCEVExpander & Rewriter,DominatorTree * DT,SmallVectorImpl<WeakTrackingVH> & DeadInsts,unsigned & NumElimExt,unsigned & NumWidened,bool HasGuards,bool UsePostIncrementRanges) createWideIV() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 603 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); simplifyAndExtend() local
|