Searched defs:LiveRange (Results 1 – 4 of 4) sorted by relevance
148 struct LiveRange { struct153 LiveRange(SlotIndex S, SlotIndex E, VNInfo *V) in LiveRange() function172 bool operator<(const LiveRange &LR) const { argument
242 friend class LiveRange; // Assigns to start_. variable272 friend class LiveRange; variable
49 class LiveRange; variable
152 LiveRange::LiveRange(int id) in LiveRange() function in v8::internal::LiveRange