Searched refs:NumAllocas (Results 1 – 4 of 4) 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()
1796 int NumAllocas = 0; in runOnFunction() local1823 if (isa<AllocaInst>(Inst)) NumAllocas++; in runOnFunction()