Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DSimplifyIndVar.h80 bool HasGuards, bool UsePostIncrementRanges);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp1001 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/
DJumpThreading.h86 bool HasGuards = false; variable
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp605 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend() local
646 HasGuards, UsePostIncrementRanges)) { in simplifyAndExtend()
DJumpThreading.cpp394 HasGuards = GuardDecl && !GuardDecl->use_empty(); in runImpl()
1064 if (HasGuards && processGuards(BB)) in processBlock()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DScalarEvolution.h1368 bool HasGuards;