Home
last modified time | relevance | path

Searched refs:NumAllocas (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp69 InterestingAllocas.resize(NumAllocas); in collectMarkers()
73 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { in collectMarkers()
112 BlockInfo.Begin.resize(NumAllocas); in collectMarkers()
113 BlockInfo.End.resize(NumAllocas); in collectMarkers()
114 BlockInfo.LiveIn.resize(NumAllocas); in collectMarkers()
115 BlockInfo.LiveOut.resize(NumAllocas); in collectMarkers()
213 Started.resize(NumAllocas); in calculateLiveIntervals()
214 Ended.resize(NumAllocas); in calculateLiveIntervals()
216 Start.resize(NumAllocas); in calculateLiveIntervals()
219 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { in calculateLiveIntervals()
[all …]
DSafeStackColoring.h90 unsigned NumAllocas; variable
120 : F(F), Allocas(Allocas), NumAllocas(Allocas.size()) {} in StackColoring()
DSafeStack.cpp85 STATISTIC(NumAllocas, "Total number of allocas");
383 ++NumAllocas; in findInsts()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1796 int NumAllocas = 0; in runOnFunction() local
1823 if (isa<AllocaInst>(Inst)) NumAllocas++; in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2494 int NumAllocas = 0; in runOnFunction() local
2530 if (isa<AllocaInst>(Inst)) NumAllocas++; in runOnFunction()