Home
last modified time | relevance | path

Searched refs:LiveRangeBound (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h1115 class LiveRangeBound { class in v8::internal::compiler::RegisterAllocationFlag::LiveRange
1117 explicit LiveRangeBound(LiveRange* range, bool skip) in LiveRangeBound() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::LiveRangeBound
1121 LiveRangeBound(const LiveRangeBound&) = delete;
1122 LiveRangeBound& operator=(const LiveRangeBound&) = delete;
1147 LiveRangeBound* Find(const LifetimePosition position) const;
1148 LiveRangeBound* FindPred(const InstructionBlock* pred);
1149 LiveRangeBound* FindSucc(const InstructionBlock* succ);
1156 LiveRangeBound* start
[all...]
H A Dregister-allocator.cc59 start_ = zone->NewArray<LiveRangeBound>(max_child_count); in Initialize()
61 LiveRangeBound* curr = start_; in Initialize()
65 new (curr) LiveRangeBound(i, i->spilled()); in Initialize()
69 LiveRangeBound* LiveRangeBoundArray::Find( in Find()
76 LiveRangeBound* bound = &start_[current_index]; in Find()
87 LiveRangeBound* LiveRangeBoundArray::FindPred(const InstructionBlock* pred) {
93 LiveRangeBound* LiveRangeBoundArray::FindSucc(const InstructionBlock* succ) { in FindSucc()
104 LiveRangeBound* bound = Find(pred_end); in FindConnectableSubranges()
5157 LiveRangeBound* bound = array->Find(pred_end); in CommitSpillsInDeferredBlocks()
H A Dspill-placer.cc471 LiveRangeBound* bound = array->Find(pred_end); in CommitSpill()

Completed in 12 milliseconds