Lines Matching refs:DynamicTop
178 AllocaInst *DynamicTop,
443 AllocaInst *DynamicTop = nullptr; in createStackRestorePoints() local
447 DynamicTop = IRB.CreateAlloca(StackPtrTy, /*ArraySize=*/nullptr, in createStackRestorePoints()
449 IRB.CreateStore(StaticTop, DynamicTop); in createStackRestorePoints()
458 DynamicTop ? IRB.CreateLoad(StackPtrTy, DynamicTop) : StaticTop; in createStackRestorePoints()
462 return DynamicTop; in createStackRestorePoints()
655 Function &F, Value *UnsafeStackPtr, AllocaInst *DynamicTop, in moveDynamicAllocasToUnsafeStack() argument
686 if (DynamicTop) in moveDynamicAllocasToUnsafeStack()
687 IRB.CreateStore(NewTop, DynamicTop); in moveDynamicAllocasToUnsafeStack()
833 AllocaInst *DynamicTop = createStackRestorePoints( in run() local
837 moveDynamicAllocasToUnsafeStack(F, UnsafeStackPtr, DynamicTop, in run()