Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc571 ScopedArenaSafeMap<int, ValueRange*>* GetValueRangeMap(HBasicBlock* basic_block) { in GetValueRangeMap() function in art::BCEVisitor
582 ScopedArenaSafeMap<int, ValueRange*>* map = GetValueRangeMap(basic_block); in LookupValueRange()
599 GetValueRangeMap(basic_block)->Overwrite(instruction->GetId(), range); in AssignRange()