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