Searched refs:SplitRangeAt (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocator.cc | 2851 SplitRangeAt(range, split_pos); in SplitAndSpillRangesDefinedByMemoryOperand() 2857 LiveRange* RegisterAllocator::SplitRangeAt(LiveRange* range, in SplitRangeAt() function in v8::internal::compiler::RegisterAllocator 2885 return SplitRangeAt(range, split_pos); in SplitBetween() 3094 LiveRange* split = SplitRangeAt(active_range, position); in SpillNotLiveRanges() 3114 LiveRange* third_part = SplitRangeAt(split, revisit_at); in SpillNotLiveRanges() 3144 LiveRange* split = SplitRangeAt(active_range, position); in SpillNotLiveRanges() 3187 LiveRange* tail = SplitRangeAt(range, new_end); in AssignRegisterOnReload() 3245 LiveRange* split = SplitRangeAt(to_resurrect, position); in ReloadLiveRanges() 4216 LiveRange* tail = SplitRangeAt(current, gap_pos); in TryAllocateFreeReg() 4536 LiveRange* second_part = SplitRangeAt(range, pos); in SpillAfter() [all …]
|
D | register-allocator.h | 1333 LiveRange* SplitRangeAt(LiveRange* range, LifetimePosition pos);
|