Searched refs:NumAllocas (Results 1 – 5 of 5) sorted by relevance
87 InterestingAllocas.resize(NumAllocas); in collectMarkers()236 Started.resize(NumAllocas); in calculateLiveIntervals()237 Ended.resize(NumAllocas); in calculateLiveIntervals()239 Start.resize(NumAllocas); 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()308 for (unsigned I = 0; I < NumAllocas; ++I) in StackLifetime()320 LiveRanges.resize(NumAllocas, getFullLiveRange()); in run()329 LiveRanges.resize(NumAllocas, LiveRange(Instructions.size())); in run()[all …]
97 unsigned NumAllocas = getConstMetaVal(*MI, CurIdx - 1); in getNumGcMapEntriesIdx() local99 while (NumAllocas--) in getNumGcMapEntriesIdx()449 unsigned NumAllocas = MOI->getImm(); in parseStatepointOpers() local451 while (NumAllocas--) { in parseStatepointOpers()
85 STATISTIC(NumAllocas, "Total number of allocas");385 ++NumAllocas; in findInsts()
105 unsigned NumAllocas; variable
879 unsigned NumAllocas = 0; in TEST_F() local881 NumAllocas += isa<AllocaInst>(I); in TEST_F()882 EXPECT_EQ(NumAllocas, 1U); in TEST_F()