Searched refs:to_be_live (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.cc | 3068 void LinearScanAllocator::SpillNotLiveRanges(RangeWithRegisterSet* to_be_live, in SpillNotLiveRanges() argument 3075 auto found = to_be_live->find({toplevel, kUnassignedRegister}); in SpillNotLiveRanges() 3076 if (found == to_be_live->end()) { in SpillNotLiveRanges() 3077 // Is not contained in {to_be_live}, spill it. in SpillNotLiveRanges() 3130 // This range is contained in {to_be_live}, so we can keep it. in SpillNotLiveRanges() 3132 to_be_live->erase(found); in SpillNotLiveRanges() 3195 RangeWithRegisterSet const& to_be_live, LifetimePosition position) { in ReloadLiveRanges() 3196 // Assumption: All ranges in {to_be_live} are currently spilled and there are in ReloadLiveRanges() 3199 // of the to_be_live set. in ReloadLiveRanges() 3200 for (RangeWithRegister range_with_register : to_be_live) { in ReloadLiveRanges() 3194 ReloadLiveRanges( RangeWithRegisterSet const& to_be_live, LifetimePosition position) ReloadLiveRanges() argument 3322 CheckConflict(MachineRepresentation rep, int reg, RangeWithRegisterSet* to_be_live) CheckConflict() argument 3334 ComputeStateFromManyPredecessors( InstructionBlock* current_block, RangeWithRegisterSet* to_be_live) ComputeStateFromManyPredecessors() argument [all...] |
H A D | register-allocator.h | 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);
|
Completed in 14 milliseconds