mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 20:34:38 +00:00
Cleanup. Clarify LSRInstance public methods.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146459 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e29024d2e
commit
d56ef8d709
@ -1405,7 +1405,6 @@ class LSRInstance {
|
|||||||
|
|
||||||
LSRUse *FindUseWithSimilarFormula(const Formula &F, const LSRUse &OrigLU);
|
LSRUse *FindUseWithSimilarFormula(const Formula &F, const LSRUse &OrigLU);
|
||||||
|
|
||||||
public:
|
|
||||||
void InsertInitialFormula(const SCEV *S, LSRUse &LU, size_t LUIdx);
|
void InsertInitialFormula(const SCEV *S, LSRUse &LU, size_t LUIdx);
|
||||||
void InsertSupplementalFormula(const SCEV *S, LSRUse &LU, size_t LUIdx);
|
void InsertSupplementalFormula(const SCEV *S, LSRUse &LU, size_t LUIdx);
|
||||||
void CountRegisters(const Formula &F, size_t LUIdx);
|
void CountRegisters(const Formula &F, size_t LUIdx);
|
||||||
@ -1466,6 +1465,7 @@ public:
|
|||||||
void ImplementSolution(const SmallVectorImpl<const Formula *> &Solution,
|
void ImplementSolution(const SmallVectorImpl<const Formula *> &Solution,
|
||||||
Pass *P);
|
Pass *P);
|
||||||
|
|
||||||
|
public:
|
||||||
LSRInstance(const TargetLowering *tli, Loop *l, Pass *P);
|
LSRInstance(const TargetLowering *tli, Loop *l, Pass *P);
|
||||||
|
|
||||||
bool getChanged() const { return Changed; }
|
bool getChanged() const { return Changed; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user