Searched defs:LiveIntervalUnion (Results 1 – 3 of 3) sorted by relevance
66 explicit LiveIntervalUnion(Allocator &a) : Segments(a) {} in LiveIntervalUnion() function
70 LiveIntervalUnion(unsigned r, Allocator &a) : RepReg(r), Tag(0), Segments(a) in LiveIntervalUnion() function
66 explicit LiveIntervalUnion(Allocator &a) : Tag(0), Segments(a) {} in LiveIntervalUnion() function