Home
last modified time | relevance | path

Searched refs:DynamicTop (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp177 AllocaInst *DynamicTop,
442 AllocaInst *DynamicTop = nullptr; in createStackRestorePoints() local
446 DynamicTop = IRB.CreateAlloca(StackPtrTy, /*ArraySize=*/nullptr, in createStackRestorePoints()
448 IRB.CreateStore(StaticTop, DynamicTop); in createStackRestorePoints()
457 DynamicTop ? IRB.CreateLoad(StackPtrTy, DynamicTop) : StaticTop; in createStackRestorePoints()
461 return DynamicTop; in createStackRestorePoints()
663 Function &F, Value *UnsafeStackPtr, AllocaInst *DynamicTop, in moveDynamicAllocasToUnsafeStack() argument
694 if (DynamicTop) in moveDynamicAllocasToUnsafeStack()
695 IRB.CreateStore(NewTop, DynamicTop); in moveDynamicAllocasToUnsafeStack()
849 AllocaInst *DynamicTop = createStackRestorePoints( in run() local
[all …]