Lines Matching refs:v_reg
69 uint16_t PrevChange(int v_reg) const;
70 void SetPrevChange(int v_reg, uint16_t change);
71 void RemovePrevChange(int v_reg, MIRData* prev_data);
93 void AddMIRWithDef(MIR* mir, int v_reg, bool wide, uint16_t new_value);
103 void InsertInitialValueHigh(int v_reg, uint16_t value);
104 void UpdateInitialVRegValue(int v_reg, bool wide, const LocalValueNumbering* lvn);
105 uint16_t LastChange(int v_reg);
106 uint16_t CurrentValue(int v_reg);
108 uint16_t FindKillHead(int v_reg, uint16_t cutoff);
109 uint16_t FindFirstChangeAfter(int v_reg, uint16_t change) const;
114 bool IsVRegUsed(uint16_t first_change, uint16_t last_change, int v_reg,