Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp86 InterestingAllocas.resize(NumAllocas); in collectMarkers()
200 BitsIn.resize(NumAllocas, true); in calculateLocalLiveness()
252 Started.resize(NumAllocas); in calculateLiveIntervals()
253 Ended.resize(NumAllocas); in calculateLiveIntervals()
255 Start.resize(NumAllocas); in calculateLiveIntervals()
294 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) in dumpAllocas()
313 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) in dumpLiveRanges()
324 for (unsigned I = 0; I < NumAllocas; ++I) in StackLifetime()
336 LiveRanges.resize(NumAllocas, getFullLiveRange()); in run()
345 LiveRanges.resize(NumAllocas, LiveRange(Instructions.size())); in run()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp97 unsigned NumAllocas = getConstMetaVal(*MI, CurIdx - 1); in getNumGcMapEntriesIdx() local
99 while (NumAllocas--) in getNumGcMapEntriesIdx()
484 unsigned NumAllocas = MOI->getImm(); in parseStatepointOpers() local
486 while (NumAllocas--) { in parseStatepointOpers()
H A DSafeStack.cpp87 STATISTIC(NumAllocas, "Total number of allocas");
385 ++NumAllocas; in findInsts()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h105 unsigned NumAllocas; variable