Searched defs:LiveRange (Results 1 – 5 of 5) sorted by relevance
58 struct LiveRange { struct64 bool Overlaps(const LiveRange &Other) const { in Overlaps() argument68 void Join(const LiveRange &Other) { bv |= Other.bv; } in Join() argument
135 struct LiveRange { struct136 LiveRange(): start(-1), end(-1), is_pinned(false) {} in LiveRange() function137 LiveRange(int s, int e): start(s), end(e), is_pinned(false) {} in LiveRange() function138 int start;139 int end;140 int is_pinned;
72 class LiveRange; variable
612 explicit LiveRange(const CfgVector<InstNumberT> &Kills) { in LiveRange() function
236 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() function