Searched refs:AllocasToInstrument (Results 1 – 4 of 4) sorted by relevance
118 Info.AllocasToInstrument[AI].AI = AI; in visit()133 Info.AllocasToInstrument[AI].LifetimeStart.push_back(II); in visit()135 Info.AllocasToInstrument[AI].LifetimeEnd.push_back(II); in visit()143 AllocaInfo &AInfo = Info.AllocasToInstrument[AI]; in visit()
462 const MapVector<AllocaInst *, memtag::AllocaInfo> &AllocasToInstrument, in insertBaseTaggedPointer() argument466 for (auto &I : AllocasToInstrument) { in insertBaseTaggedPointer()504 if (SInfo.AllocasToInstrument.empty()) in runOnFunction()539 Instruction *Base = insertBaseTaggedPointer(SInfo.AllocasToInstrument, DT); in runOnFunction()542 for (auto &I : SInfo.AllocasToInstrument) { in runOnFunction()
57 MapVector<AllocaInst *, AllocaInfo> AllocasToInstrument; member
1295 for (auto &KV : SInfo.AllocasToInstrument) { in instrumentStack()1451 if (SInfo.AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction()1459 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()1470 !SInfo.AllocasToInstrument.empty()); in sanitizeFunction()1472 if (!SInfo.AllocasToInstrument.empty()) { in sanitizeFunction()