mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-22 22:11:50 +00:00
RegisterPressure: There is no need to make discoverLive{In|Out} public
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254369 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
85e0db955c
commit
acac7f59d5
@ -365,9 +365,6 @@ public:
|
||||
return CurrSetPressure;
|
||||
}
|
||||
|
||||
void discoverLiveOut(unsigned Reg);
|
||||
void discoverLiveIn(unsigned Reg);
|
||||
|
||||
bool isTopClosed() const;
|
||||
bool isBottomClosed() const;
|
||||
|
||||
@ -442,6 +439,9 @@ public:
|
||||
void dump() const;
|
||||
|
||||
protected:
|
||||
void discoverLiveOut(unsigned Reg);
|
||||
void discoverLiveIn(unsigned Reg);
|
||||
|
||||
const LiveRange *getLiveRange(unsigned Reg) const;
|
||||
|
||||
void increaseRegPressure(ArrayRef<unsigned> Regs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user