Searched refs:StackGuardSlot (Results 1 – 1 of 1) sorted by relevance
465 Value *V = IRB.CreateLoad(StackGuardSlot); in checkStackGuard()489 Instruction *BasePointer, AllocaInst *StackGuardSlot) { in moveStaticAllocasToUnsafeStack() argument501 if (StackGuardSlot) { in moveStaticAllocasToUnsafeStack()502 Type *Ty = StackGuardSlot->getAllocatedType(); in moveStaticAllocasToUnsafeStack()505 SSL.addObject(StackGuardSlot, getStaticAllocaAllocationSize(StackGuardSlot), in moveStaticAllocasToUnsafeStack()551 if (StackGuardSlot) { in moveStaticAllocasToUnsafeStack()552 unsigned Offset = SSL.getObjectOffset(StackGuardSlot); in moveStaticAllocasToUnsafeStack()559 StackGuardSlot->replaceAllUsesWith(NewAI); in moveStaticAllocasToUnsafeStack()560 StackGuardSlot->eraseFromParent(); in moveStaticAllocasToUnsafeStack()799 AllocaInst *StackGuardSlot = nullptr; in run() local[all …]