mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-04 01:26:41 +00:00
Time the initial seeding of live registers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129276 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1edc3cf65d
commit
bd1926dfd4
@ -258,6 +258,7 @@ void RegAllocBase::releaseMemory() {
|
||||
// register, unify them with the corresponding LiveIntervalUnion, otherwise push
|
||||
// them on the priority queue for later assignment.
|
||||
void RegAllocBase::seedLiveRegs() {
|
||||
NamedRegionTimer T("Seed Live Regs", TimerGroupName, TimePassesIsEnabled);
|
||||
for (LiveIntervals::iterator I = LIS->begin(), E = LIS->end(); I != E; ++I) {
|
||||
unsigned RegNum = I->first;
|
||||
LiveInterval &VirtReg = *I->second;
|
||||
|
Loading…
x
Reference in New Issue
Block a user