mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 07:16:27 +00:00
reg_alloc: const correctness for ValueLocation()
This commit is contained in:
@@ -136,7 +136,7 @@ public:
|
||||
|
||||
private:
|
||||
HostLoc SelectARegister(HostLocList desired_locations) const;
|
||||
boost::optional<HostLoc> ValueLocation(IR::Inst* value) const;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user