Home
last modified time | relevance | path

Searched refs:to_be_live (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc3068 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()
3132 to_be_live->erase(found); in SpillNotLiveRanges()
3195 RangeWithRegisterSet const& to_be_live, LifetimePosition position) { in ReloadLiveRanges() argument
3200 for (RangeWithRegister range_with_register : to_be_live) { in ReloadLiveRanges()
3323 RangeWithRegisterSet* to_be_live) { in CheckConflict() argument
3324 for (RangeWithRegister range_with_reg : *to_be_live) { in CheckConflict()
3335 InstructionBlock* current_block, RangeWithRegisterSet* to_be_live) { in ComputeStateFromManyPredecessors() argument
3379 RangeWithRegisterSet* to_be_live, in ComputeStateFromManyPredecessors()
[all …]
Dregister-allocator.h1414 void SpillNotLiveRanges(RangeWithRegisterSet* to_be_live,
1417 void ReloadLiveRanges(RangeWithRegisterSet const& to_be_live,
1475 RangeWithRegisterSet* to_be_live);
1477 RangeWithRegisterSet* to_be_live);