mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152842 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -226,7 +226,7 @@ public:
|
|||||||
LiveInterval *LI, const VNInfo *VNI,
|
LiveInterval *LI, const VNInfo *VNI,
|
||||||
SmallVectorImpl<SlotIndex> *Kills,
|
SmallVectorImpl<SlotIndex> *Kills,
|
||||||
LiveIntervals &LIS, MachineDominatorTree &MDT,
|
LiveIntervals &LIS, MachineDominatorTree &MDT,
|
||||||
UserValueScopes &UVS);
|
UserValueScopes &UVS);
|
||||||
|
|
||||||
/// addDefsFromCopies - The value in LI/LocNo may be copies to other
|
/// addDefsFromCopies - The value in LI/LocNo may be copies to other
|
||||||
/// registers. Determine if any of the copies are available at the kill
|
/// registers. Determine if any of the copies are available at the kill
|
||||||
@@ -486,7 +486,7 @@ void UserValue::extendDef(SlotIndex Idx, unsigned LocNo,
|
|||||||
LiveInterval *LI, const VNInfo *VNI,
|
LiveInterval *LI, const VNInfo *VNI,
|
||||||
SmallVectorImpl<SlotIndex> *Kills,
|
SmallVectorImpl<SlotIndex> *Kills,
|
||||||
LiveIntervals &LIS, MachineDominatorTree &MDT,
|
LiveIntervals &LIS, MachineDominatorTree &MDT,
|
||||||
UserValueScopes &UVS) {
|
UserValueScopes &UVS) {
|
||||||
SmallVector<SlotIndex, 16> Todo;
|
SmallVector<SlotIndex, 16> Todo;
|
||||||
Todo.push_back(Idx);
|
Todo.push_back(Idx);
|
||||||
do {
|
do {
|
||||||
@@ -620,7 +620,7 @@ void
|
|||||||
UserValue::computeIntervals(MachineRegisterInfo &MRI,
|
UserValue::computeIntervals(MachineRegisterInfo &MRI,
|
||||||
LiveIntervals &LIS,
|
LiveIntervals &LIS,
|
||||||
MachineDominatorTree &MDT,
|
MachineDominatorTree &MDT,
|
||||||
UserValueScopes &UVS) {
|
UserValueScopes &UVS) {
|
||||||
SmallVector<std::pair<SlotIndex, unsigned>, 16> Defs;
|
SmallVector<std::pair<SlotIndex, unsigned>, 16> Defs;
|
||||||
|
|
||||||
// Collect all defs to be extended (Skipping undefs).
|
// Collect all defs to be extended (Skipping undefs).
|
||||||
|
Reference in New Issue
Block a user