Lines Matching refs:GetNumberOfHeapLocations
606 phi_placeholder.GetBlockId() * heap_location_collector_.GetNumberOfHeapLocations() + in PhiPlaceholderIndex()
610 << " hls: " << heap_location_collector_.GetNumberOfHeapLocations(); in PhiPlaceholderIndex()
637 size_t id = off % heap_location_collector_.GetNumberOfHeapLocations(); in GetPhiPlaceholderAt()
640 size_t blk_id = off / heap_location_collector_.GetNumberOfHeapLocations(); in GetPhiPlaceholderAt()
1456 heap_location_collector_.GetNumberOfHeapLocations()), in LSEVisitor()
1487 field_infos_(heap_location_collector_.GetNumberOfHeapLocations(), in LSEVisitor()
1546 size_t num_heap_locations = heap_location_collector_.GetNumberOfHeapLocations(); in PrepareLoopRecords()
1615 size_t num_heap_locations = heap_location_collector_.GetNumberOfHeapLocations(); in MergePredecessorRecords()
1915 size_t num_heap_locations = heap_location_collector_.GetNumberOfHeapLocations(); in TryReplacingLoopPhiPlaceholderWithDefault()
2457 size_t num_heap_locations = heap_location_collector_.GetNumberOfHeapLocations(); in ProcessLoopPhiWithUnknownInput()
2801 heap_location_collector_.GetNumberOfHeapLocations(), in FindStoresWritingOldValues()
2957 helper->lse_->heap_location_collector_.GetNumberOfHeapLocations(), in HeapReferenceData()
3552 for (size_t i = 0; i < lse_->heap_location_collector_.GetNumberOfHeapLocations(); ++i) { in CollectInterestingHeapRefs()
3895 if (heap_location_collector.GetNumberOfHeapLocations() == 0) { in Run()