Home
last modified time | relevance | path

Searched refs:NextUsePositionRegisterIsBeneficial (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-allocator.h224 UsePosition* NextUsePositionRegisterIsBeneficial(LifetimePosition start);
Dlithium-allocator.cc160 UsePosition* LiveRange::NextUsePositionRegisterIsBeneficial( in NextUsePositionRegisterIsBeneficial() function in v8::internal::LiveRange
1534 UsePosition* pos = current->NextUsePositionRegisterIsBeneficial(next_pos); in AllocateRegisters()
1864 UsePosition* next_use = range->NextUsePositionRegisterIsBeneficial( in AllocateBlockedReg()
/external/v8/src/compiler/
Dregister-allocator.cc495 UsePosition* LiveRange::NextUsePositionRegisterIsBeneficial( in NextUsePositionRegisterIsBeneficial() function in v8::internal::compiler::LiveRange
506 UsePosition* next_use = NextUsePositionRegisterIsBeneficial(start); in NextLifetimePositionRegisterIsBeneficial()
2584 : range->NextUsePositionRegisterIsBeneficial(next_pos); in SplitAndSpillRangesDefinedByMemoryOperand()
3440 UsePosition* pos = range->NextUsePositionRegisterIsBeneficial(next_pos); in TryReuseSpillForPhi()
Dregister-allocator.h357 UsePosition* NextUsePositionRegisterIsBeneficial( in NON_EXPORTED_BASE()