Home
last modified time | relevance | path

Searched refs:NumAllocas (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackLifetime.cpp87 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 …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackMaps.cpp97 unsigned NumAllocas = getConstMetaVal(*MI, CurIdx - 1); in getNumGcMapEntriesIdx() local
99 while (NumAllocas--) in getNumGcMapEntriesIdx()
449 unsigned NumAllocas = MOI->getImm(); in parseStatepointOpers() local
451 while (NumAllocas--) { in parseStatepointOpers()
H A DSafeStack.cpp85 STATISTIC(NumAllocas, "Total number of allocas");
385 ++NumAllocas; in findInsts()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DStackLifetime.h105 unsigned NumAllocas; variable
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp879 unsigned NumAllocas = 0; in TEST_F() local
881 NumAllocas += isa<AllocaInst>(I); in TEST_F()
882 EXPECT_EQ(NumAllocas, 1U); in TEST_F()