Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis.cc119 for (auto hl : heap_locations_) { in DumpReferenceStats() local
120 auto ri = hl->GetReferenceInfo(); in DumpReferenceStats()
Dload_store_analysis.h212 size_t GetHeapLocationIndex(const HeapLocation* hl) const { in GetHeapLocationIndex() argument
213 auto res = std::find(heap_locations_.cbegin(), heap_locations_.cend(), hl); in GetHeapLocationIndex()
Dload_store_elimination.cc1942 HeapLocation* hl = heap_location_collector_.GetHeapLocation(curr.GetHeapLocation()); in TryReplacingLoopPhiPlaceholderWithDefault() local
1945 if (!hl->IsVecOp()) { in TryReplacingLoopPhiPlaceholderWithDefault()
2004 HeapLocation* hl = heap_location_collector_.GetHeapLocation(curr.GetHeapLocation()); in TryReplacingLoopPhiPlaceholderWithSingleInput() local
2007 if (hl->IsVecOp()) { in TryReplacingLoopPhiPlaceholderWithSingleInput()