Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp54 InterestingAllocas.resize(NumAllocas); in collectMarkers()
58 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { in collectMarkers()
97 BlockInfo.Begin.resize(NumAllocas); in collectMarkers()
98 BlockInfo.End.resize(NumAllocas); in collectMarkers()
99 BlockInfo.LiveIn.resize(NumAllocas); in collectMarkers()
100 BlockInfo.LiveOut.resize(NumAllocas); in collectMarkers()
198 Started.resize(NumAllocas); in calculateLiveIntervals()
199 Ended.resize(NumAllocas); in calculateLiveIntervals()
201 Start.resize(NumAllocas); in calculateLiveIntervals()
204 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { in calculateLiveIntervals()
[all …]
DSafeStackColoring.h75 unsigned NumAllocas; variable
104 : F(F), NumInst(-1), Allocas(Allocas), NumAllocas(Allocas.size()) {} in StackColoring()
DSafeStack.cpp73 STATISTIC(NumAllocas, "Total number of allocas");
413 ++NumAllocas; in findInsts()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1796 int NumAllocas = 0; in runOnFunction() local
1823 if (isa<AllocaInst>(Inst)) NumAllocas++; in runOnFunction()