Searched defs:LiveIntervalUnion (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h1 //===-- LiveIntervalUnion.h - Live interval union data struct --*- C++ -*--===//
10 // LiveIntervalUnion is a union of live segments across multiple live virtual
33 /// Compare a live virtual register segment to a LiveIntervalUnion segment.
44 class LiveIntervalUnion { class in namespace:llvm
66 explicit LiveIntervalUnion(Allocator &a) : Tag(0), Segments(a) {} function in class:llvm::LiveIntervalUnion
106 LiveIntervalUnion *LiveUnion;
119 Query(LiveInterval *VReg, LiveIntervalUnion *LIU):
135 void init(unsigned UTag, LiveInterval *VReg, LiveIntervalUnion *LIU) {
183 LiveIntervalUnion *LIUs;
190 void init(LiveIntervalUnion
[all...]

Completed in 49 milliseconds