Searched refs:NumAllocas (Results 1 – 2 of 2) sorted by relevance
68 STATISTIC(NumAllocas, "Total number of allocas");389 ++NumAllocas; in findInsts()
1607 int NumAllocas = 0; in runOnFunction() local1632 if (isa<AllocaInst>(Inst)) NumAllocas++; in runOnFunction()