Searched defs:LiveRange (Results 1 – 7 of 7) 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
25 class LiveRange; variable
228 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() function
72 class LiveRange; variable
612 explicit LiveRange(const CfgVector<InstNumberT> &Kills) { in LiveRange() function
236 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() function