Searched defs:LiveRange (Results 1 – 12 of 12) sorted by relevance
49 struct LiveRange { struct53 bool Overlaps(const LiveRange &Other) const { in Overlaps() argument56 void Join(const LiveRange &Other) { bv |= Other.bv; } in Join() argument
58 struct LiveRange { struct64 bool Overlaps(const LiveRange &Other) const { in Overlaps() argument68 void Join(const LiveRange &Other) { bv |= Other.bv; } in Join() argument
121 struct LiveRange { struct122 LiveRange(): in LiveRange() function128 LiveRange(int s, int e): in LiveRange() function134 int start;135 int end;136 int is_pinned;
27 class LiveRange: class39 def contains(self, other: LiveRange):43 def join(self, other: LiveRange):59 def __init__(self, ranges: Iterable[LiveRange]):
25 class LiveRange; variable
228 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() function
36 class LiveRange; variable
961 SmallDenseMap<unsigned, std::pair<LiveRange *, const VNInfo *>> in extendDef()
72 class LiveRange; variable
612 explicit LiveRange(const CfgVector<InstNumberT> &Kills) { in LiveRange() function
236 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() function
245 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() function