Home
last modified time | relevance | path

Searched defs:LiveRange (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLiveInterval.h122 struct LiveRange { struct
127 LiveRange(SlotIndex S, SlotIndex E, VNInfo *V) in LiveRange() argument
146 bool operator<(const LiveRange &LR) const { argument
/external/v8/src/
Dlithium-allocator.h241 friend class LiveRange; // Assigns to start_. variable
271 friend class LiveRange; variable
Dhydrogen.h51 class LiveRange; variable
Dlithium-allocator.cc129 LiveRange::LiveRange(int id, Zone* zone) in LiveRange() function in v8::internal::LiveRange