Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1510 int NumAllocas = 0; in runOnFunction() local
1535 if (isa<AllocaInst>(Inst)) NumAllocas++; in runOnFunction()