Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h830 bool has_slot_use() const { in has_slot_use() function
Dregister-allocator.cc858 bool might_be_duplicated = has_slot_use() || spilled(); in FilterSpillMoves()
2523 if (range->has_slot_use() && range->HasNoSpillType()) { in BuildLiveRanges()