Home | History | Annotate | Download | only in src

Lines Matching full:lifetime

62 // This class represents a single point of a LOperand's lifetime.
63 // For each lithium instruction there are exactly two lifetime positions:
64 // the beginning and the end of the instruction. Lifetime positions for
68 // Return the lifetime position that corresponds to the beginning of
74 // Returns a numeric representation of this lifetime position.
79 // Returns the index of the instruction to which this lifetime position
86 // Returns true if this lifetime position corresponds to the instruction
92 // Returns the lifetime position for the start of the instruction which
93 // corresponds to this lifetime position.
99 // Returns the lifetime position for the end of the instruction which
100 // corresponds to this lifetime position.
106 // Returns the lifetime position for the beginning of the next instruction.
112 // Returns the lifetime position for the beginning of the previous
120 // Constructs the lifetime position which does not correspond to any
124 // Returns true if this lifetime positions corrensponds to some
549 // Find a lifetime position in the interval [start, end] which
577 // Return the block which contains give lifetime position.