Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp197 AllocaInst *DynamicTop,
449 AllocaInst *DynamicTop = nullptr; in createStackRestorePoints() local
453 DynamicTop = IRB.CreateAlloca(StackPtrTy, /*ArraySize=*/nullptr, in createStackRestorePoints()
455 IRB.CreateStore(StaticTop, DynamicTop); in createStackRestorePoints()
464 DynamicTop ? IRB.CreateLoad(StackPtrTy, DynamicTop) : StaticTop; in createStackRestorePoints()
468 return DynamicTop; in createStackRestorePoints()
655 Function &F, Value *UnsafeStackPtr, AllocaInst *DynamicTop, in moveDynamicAllocasToUnsafeStack() argument
687 if (DynamicTop) in moveDynamicAllocasToUnsafeStack()
688 IRB.CreateStore(NewTop, DynamicTop); in moveDynamicAllocasToUnsafeStack()
835 AllocaInst *DynamicTop = createStackRestorePoints( in run() local
[all …]