Searched refs:fixed_live_ranges (Results 1 – 4 of 4) sorted by relevance
264 const ZoneVector<TopLevelLiveRange*>& fixed_live_ranges() const { in fixed_live_ranges() function267 ZoneVector<TopLevelLiveRange*>& fixed_live_ranges() { in fixed_live_ranges() function
1161 for (auto const toplevel : data()->fixed_live_ranges()) { in PrintRangeOverview()1964 TopLevelLiveRange* result = data()->fixed_live_ranges()[offset + index]; in FixedLiveRangeFor()1974 data()->fixed_live_ranges()[offset + index] = result; in FixedLiveRangeFor()3514 for (TopLevelLiveRange* current : data()->fixed_live_ranges()) { in UpdateDeferredFixedRanges()3620 for (TopLevelLiveRange* current : data()->fixed_live_ranges()) { in AllocateRegisters()
710 for (const TopLevelLiveRange* range : data->fixed_live_ranges()) { in PrintLiveRanges()1067 PrintTopLevelLiveRanges(os, ac_data.fixed_live_ranges(), ac.code_); in operator <<()
133 …his.fixedLiveRanges = new Map<string, Range>(Object.entries(registerAllocation.fixed_live_ranges));