mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 07:22:56 +00:00
reg_alloc: const correctness (#8)
This commit is contained in:
@@ -156,7 +156,7 @@ private:
|
||||
boost::optional<HostLoc> ValueLocation(const IR::Inst* value) const;
|
||||
bool IsRegisterOccupied(HostLoc loc) const;
|
||||
bool IsRegisterAllocated(HostLoc loc) const;
|
||||
bool IsLastUse(IR::Inst* inst) const;
|
||||
bool IsLastUse(const IR::Inst* inst) const;
|
||||
|
||||
HostLoc DefHostLocReg(IR::Inst* def_inst, HostLocList desired_locations);
|
||||
HostLoc UseDefHostLocReg(IR::Value use_value, IR::Inst* def_inst, HostLocList desired_locations);
|
||||
|
||||
Reference in New Issue
Block a user