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

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h82 friend class LiveInterval;
134 class LiveInterval : public ArenaObject { class in namespace:art
136 LiveInterval(ArenaAllocator* allocator, Primitive::Type type, HInstruction* defined_by = nullptr) function in class:art::LiveInterval
149 static LiveInterval* MakeFixedInterval(ArenaAllocator* allocator, int reg, Primitive::Type type) {
150 LiveInterval* interval = new (allocator) LiveInterval(allocator, type);
232 LiveInterval* GetParent() const { return parent_; }
259 size_t FirstIntersectionWith(LiveInterval* other) const {
344 LiveInterval* SplitAt(size_t position) {
353 LiveInterval* new_interva
[all...]

Completed in 133 milliseconds