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()
129 BlockLiveness.try_emplace(BB, NumAllocas).first->getSecond(); 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()
258 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { in calculateLiveIntervals()
285 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) in calculateLiveIntervals()
294 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) in dumpAllocas()
313 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) in dumpLiveRanges()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp96 unsigned NumAllocas = getConstMetaVal(*MI, CurIdx - 1); in getNumGcMapEntriesIdx() local
98 while (NumAllocas--) in getNumGcMapEntriesIdx()
477 unsigned NumAllocas = MOI->getImm(); in parseStatepointOpers() local
479 while (NumAllocas--) { in parseStatepointOpers()
H A DSafeStack.cpp86 STATISTIC(NumAllocas, "Total number of allocas");
384 ++NumAllocas; in findInsts()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h105 unsigned NumAllocas; variable