Searched refs:to_be_live (Results 1 – 2 of 2) sorted by relevance
3068 void LinearScanAllocator::SpillNotLiveRanges(RangeWithRegisterSet* to_be_live, in SpillNotLiveRanges() argument3075 auto found = to_be_live->find({toplevel, kUnassignedRegister}); in SpillNotLiveRanges()3076 if (found == to_be_live->end()) { in SpillNotLiveRanges()3132 to_be_live->erase(found); in SpillNotLiveRanges()3195 RangeWithRegisterSet const& to_be_live, LifetimePosition position) { in ReloadLiveRanges() argument3200 for (RangeWithRegister range_with_register : to_be_live) { in ReloadLiveRanges()3323 RangeWithRegisterSet* to_be_live) { in CheckConflict() argument3324 for (RangeWithRegister range_with_reg : *to_be_live) { in CheckConflict()3335 InstructionBlock* current_block, RangeWithRegisterSet* to_be_live) { in ComputeStateFromManyPredecessors() argument3379 RangeWithRegisterSet* to_be_live, in ComputeStateFromManyPredecessors()[all …]
1414 void SpillNotLiveRanges(RangeWithRegisterSet* to_be_live,1417 void ReloadLiveRanges(RangeWithRegisterSet const& to_be_live,1475 RangeWithRegisterSet* to_be_live);1477 RangeWithRegisterSet* to_be_live);