Searched refs:NumAllocas (Results 1 – 8 of 8) sorted by relevance
54 InterestingAllocas.resize(NumAllocas); in collectMarkers()58 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { in collectMarkers()97 BlockInfo.Begin.resize(NumAllocas); in collectMarkers()98 BlockInfo.End.resize(NumAllocas); in collectMarkers()99 BlockInfo.LiveIn.resize(NumAllocas); in collectMarkers()100 BlockInfo.LiveOut.resize(NumAllocas); in collectMarkers()198 Started.resize(NumAllocas); in calculateLiveIntervals()199 Ended.resize(NumAllocas); in calculateLiveIntervals()201 Start.resize(NumAllocas); in calculateLiveIntervals()204 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { in calculateLiveIntervals()[all …]
75 unsigned NumAllocas; variable104 : F(F), NumInst(-1), Allocas(Allocas), NumAllocas(Allocas.size()) {} in StackColoring()
73 STATISTIC(NumAllocas, "Total number of allocas");413 ++NumAllocas; in findInsts()
69 InterestingAllocas.resize(NumAllocas); in collectMarkers()73 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { in collectMarkers()112 BlockInfo.Begin.resize(NumAllocas); in collectMarkers()113 BlockInfo.End.resize(NumAllocas); in collectMarkers()114 BlockInfo.LiveIn.resize(NumAllocas); in collectMarkers()115 BlockInfo.LiveOut.resize(NumAllocas); in collectMarkers()213 Started.resize(NumAllocas); in calculateLiveIntervals()214 Ended.resize(NumAllocas); in calculateLiveIntervals()216 Start.resize(NumAllocas); in calculateLiveIntervals()219 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { in calculateLiveIntervals()[all …]
90 unsigned NumAllocas; variable120 : F(F), Allocas(Allocas), NumAllocas(Allocas.size()) {} in StackColoring()
85 STATISTIC(NumAllocas, "Total number of allocas");383 ++NumAllocas; in findInsts()
1796 int NumAllocas = 0; in runOnFunction() local1823 if (isa<AllocaInst>(Inst)) NumAllocas++; in runOnFunction()
2494 int NumAllocas = 0; in runOnFunction() local2530 if (isa<AllocaInst>(Inst)) NumAllocas++; in runOnFunction()