Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDStackLifetime.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-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDStackMaps.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()
HDSafeStack.cpp87 STATISTIC(NumAllocas, "Total number of allocas");
385 ++NumAllocas; in findInsts()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDStackLifetime.h105 unsigned NumAllocas; variable