Searched defs:LiveRange (Results 1 – 4 of 4) sorted by relevance
122 struct LiveRange { struct127 LiveRange(SlotIndex S, SlotIndex E, VNInfo *V) in LiveRange() argument146 bool operator<(const LiveRange &LR) const { argument
241 friend class LiveRange; // Assigns to start_. variable271 friend class LiveRange; variable
51 class LiveRange; variable
129 LiveRange::LiveRange(int id, Zone* zone) in LiveRange() function in v8::internal::LiveRange