Searched refs:SlotPtr (Results 1 – 2 of 2) sorted by relevance
372 Value *SlotPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, in runOnFunction() local377 SlotPtr->takeName(OriginalAlloca); in runOnFunction()378 OriginalAlloca->replaceAllUsesWith(SlotPtr); in runOnFunction()
1275 Value *SlotPtr = nullptr; in emitPrologue() local1280 if (!SlotPtr) in emitPrologue()1281 SlotPtr = getHwasanThreadSlotPtr(IRB, IntptrTy); in emitPrologue()1283 ThreadLong = IRB.CreateLoad(IntptrTy, SlotPtr); in emitPrologue()1322 IRB.CreateStore(ThreadLongNew, SlotPtr); in emitPrologue()