Lines Matching refs:NumAllocas
87 InterestingAllocas.resize(NumAllocas); in collectMarkers()
130 BlockLiveness.try_emplace(BB, NumAllocas).first->getSecond(); in collectMarkers()
236 Started.resize(NumAllocas); in calculateLiveIntervals()
237 Ended.resize(NumAllocas); in calculateLiveIntervals()
239 Start.resize(NumAllocas); in calculateLiveIntervals()
242 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { in calculateLiveIntervals()
269 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) in calculateLiveIntervals()
278 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) in dumpAllocas()
297 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) in dumpLiveRanges()
305 : F(F), Type(Type), Allocas(Allocas), NumAllocas(Allocas.size()) { in StackLifetime()
308 for (unsigned I = 0; I < NumAllocas; ++I) in StackLifetime()
320 LiveRanges.resize(NumAllocas, getFullLiveRange()); in run()
323 LiveRanges.resize(NumAllocas, LiveRange(Instructions.size())); in run()
329 LiveRanges.resize(NumAllocas, LiveRange(Instructions.size())); in run()
330 for (unsigned I = 0; I < NumAllocas; ++I) in run()