Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_utils.cc108 class UnsignedUseAnalyzer { class
110 explicit UnsignedUseAnalyzer(ArenaAllocator* allocator) in UnsignedUseAnalyzer() function in art::UnsignedUseAnalyzer
126 bool UnsignedUseAnalyzer::IsComparedValueNonNegativeInBlock(HInstruction* value, in IsComparedValueNonNegativeInBlock()
201 bool UnsignedUseAnalyzer::IsNonNegativeUse(HInstruction* target_user, HInstruction* value) { in IsNonNegativeUse()
244 UnsignedUseAnalyzer analyzer(instr->GetBlock()->GetGraph()->GetAllocator()); in HasNonNegativeInputAt()