Searched refs:AllocaVec (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp465 SmallVector<AllocaInst*, 16> AllocaVec; member in struct:__anon26249::FunctionStackPoisoner
498 if (AllocaVec.empty()) return false;
526 AllocaVec.push_back(&AI);
1579 assert(AllocaVec.size() > 0);
1580 Instruction *InsBefore = AllocaVec[0];
1585 SVD.reserve(AllocaVec.size());
1586 for (AllocaInst *AI : AllocaVec) {
1740 for (auto AI : AllocaVec)

Completed in 31 milliseconds