Searched refs:HasGuards (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| D | SimplifyIndVar.h | 80 bool HasGuards, bool UsePostIncrementRanges);
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | SimplifyIndVar.cpp | 1001 bool HasGuards; member in __anon3174ff7b0311::WidenIV 1076 bool HasGuards, bool UsePostIncrementRanges = true); 1168 bool HasGuards, bool UsePostIncrementRanges) in WidenIV() argument 1171 HasGuards(HasGuards), UsePostIncrementRanges(UsePostIncrementRanges), in WidenIV() 2005 if (!HasGuards) in calculatePostIncRange() 2083 bool HasGuards, bool UsePostIncrementRanges) { in createWideIV() argument 2084 WidenIV Widener(WI, LI, SE, DT, DeadInsts, HasGuards, UsePostIncrementRanges); in createWideIV()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
| D | JumpThreading.h | 86 bool HasGuards = false; variable
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | IndVarSimplify.cpp | 605 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend() local 646 HasGuards, UsePostIncrementRanges)) { in simplifyAndExtend()
|
| D | JumpThreading.cpp | 394 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl() 1064 if (HasGuards && processGuards(BB)) in processBlock()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | ScalarEvolution.h | 1368 bool HasGuards;
|