Home
last modified time | relevance | path

Searched defs:HasGuards (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h87 bool HasGuards = false; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1008 bool HasGuards; member in WidenIV
1175 bool HasGuards, bool UsePostIncrementRanges) in WidenIV()
2091 bool HasGuards, bool UsePostIncrementRanges) { in createWideIV()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp602 bool HasGuards = GuardDecl && !GuardDecl->use_empty(); in simplifyAndExtend() local