Lines Matching defs:SInfo
1470 bool HWAddressSanitizer::instrumentStack(memtag::StackInfo &SInfo,
1482 for (auto &KV : SInfo.AllocasToInstrument) {
1540 !SInfo.CallsReturnTwice &&
1541 SInfo.UnrecognizedLifetimes.empty() &&
1549 SInfo.RetVec, TagEnd)) {
1555 for (auto *RI : SInfo.RetVec)
1566 for (auto &I : SInfo.UnrecognizedLifetimes)
1662 memtag::StackInfo &SInfo = SIB.get();
1669 if (SInfo.AllocasToInstrument.empty() && F.hasPersonalityFn() &&
1676 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() &&
1687 !SInfo.AllocasToInstrument.empty());
1689 if (!SInfo.AllocasToInstrument.empty()) {
1695 instrumentStack(SInfo, StackTag, UARTag, DT, PDT, LI);