Searched refs:SInfo (Results 1 – 4 of 4) sorted by relevance
538 memtag::StackInfo &SInfo = SIB.get(); in runOnFunction() local540 if (SInfo.AllocasToInstrument.empty()) in runOnFunction()576 insertBaseTaggedPointer(*Fn.getParent(), SInfo.AllocasToInstrument, DT); in runOnFunction()579 for (auto &I : SInfo.AllocasToInstrument) { in runOnFunction()606 !SInfo.CallsReturnTwice && in runOnFunction()607 SInfo.UnrecognizedLifetimes.empty() && in runOnFunction()620 SInfo.RetVec, TagEnd)) { in runOnFunction()628 for (auto *RI : SInfo.RetVec) { in runOnFunction()644 for (auto *I : SInfo.UnrecognizedLifetimes) in runOnFunction()
602 for (auto &SInfo : Stores) { in tryOptimizeConsecStores() local604 MIB.setInstrAndDebugLoc(*SInfo.St); in tryOptimizeConsecStores()605 auto NewOff = MIB.buildConstant(LLT::scalar(64), SInfo.Offset - BaseOffset); in tryOptimizeConsecStores()606 auto NewPtr = MIB.buildPtrAdd(MRI.getType(SInfo.St->getPointerReg()), in tryOptimizeConsecStores()609 MIB.getObserver()->changingInstr(*SInfo.St); in tryOptimizeConsecStores()610 SInfo.St->getOperand(1).setReg(NewPtr.getReg(0)); in tryOptimizeConsecStores()612 MIB.getObserver()->changedInstr(*SInfo.St); in tryOptimizeConsecStores()
1413 bool HWAddressSanitizer::instrumentStack(memtag::StackInfo &SInfo, in instrumentStack() argument1425 for (auto &KV : SInfo.AllocasToInstrument) { in instrumentStack()1483 !SInfo.CallsReturnTwice && in instrumentStack()1484 SInfo.UnrecognizedLifetimes.empty() && in instrumentStack()1492 SInfo.RetVec, TagEnd)) { in instrumentStack()1498 for (auto *RI : SInfo.RetVec) in instrumentStack()1509 for (auto &I : SInfo.UnrecognizedLifetimes) in instrumentStack()1596 memtag::StackInfo &SInfo = SIB.get(); in sanitizeFunction() local1603 if (SInfo.AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction()1610 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()[all …]
3172 BBInfo &SInfo = MBBInfoMap[Pred]; in calcRegsRequired() local3173 if (SInfo.addRequired(MInfo.vregsRequired)) in calcRegsRequired()