Searched defs:LiveRange (Results 1 – 9 of 9) sorted by relevance
149 struct LiveRange { struct154 LiveRange(SlotIndex S, SlotIndex E, VNInfo *V) in LiveRange() argument173 bool operator<(const LiveRange &LR) const { argument
49 struct LiveRange { struct53 bool Overlaps(const LiveRange &Other) const { in Overlaps() argument56 void Join(const LiveRange &Other) { bv |= Other.bv; } in Join() argument
59 struct LiveRange { struct65 bool Overlaps(const LiveRange &Other) const { in Overlaps() argument69 void Join(const LiveRange &Other) { bv |= Other.bv; } in Join() argument
25 class LiveRange; variable
228 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() function
72 class LiveRange; variable
635 explicit LiveRange(const CfgVector<InstNumberT> &Kills) { in LiveRange() function
233 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() function
396 LiveRange::LiveRange(int relative_id, MachineRepresentation rep, in LiveRange() function in v8::internal::compiler::LiveRange