Searched refs:offset_is_zero (Results 1 – 1 of 1) sorted by relevance
61 offset_is_zero.insert(argument); in runOnFunction()75 offset_is_zero.insert(allocated); in runOnFunction()114 if (offset_is_zero.contains(operand)) { in runOnFunction()168 if (offset_is_zero.contains(candidate)) { in propagateThroughUses()169 offset_is_zero.insert(result); in propagateThroughUses()177 offset_is_zero.insert(result); in propagateThroughUses()203 llvm::SmallPtrSet<Value, 8> offset_is_zero; member