Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DSafeStack.cpp68 STATISTIC(NumAllocas, "Total number of allocas");
389 ++NumAllocas; in findInsts()
DAddressSanitizer.cpp1607 int NumAllocas = 0; in runOnFunction() local
1632 if (isa<AllocaInst>(Inst)) NumAllocas++; in runOnFunction()