Searched refs:AllocasToInstrument (Results 1 – 1 of 1) sorted by relevance
1314 SmallVector<AllocaInst *, 8> AllocasToInstrument; in sanitizeFunction() local1323 AllocasToInstrument.push_back(AI); in sanitizeFunction()1357 if (AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction()1365 if (AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()1375 Mapping.WithFrameRecord && !AllocasToInstrument.empty()); in sanitizeFunction()1377 if (!AllocasToInstrument.empty()) { in sanitizeFunction()1380 instrumentStack(AllocasToInstrument, AllocaDbgMap, RetVec, StackTag); in sanitizeFunction()1386 for (AllocaInst *AI : AllocasToInstrument) { in sanitizeFunction()