Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DSafeStack.cpp163 AllocaInst *DynamicTop,
443 AllocaInst *DynamicTop = nullptr; in createStackRestorePoints() local
447 DynamicTop = IRB.CreateAlloca(StackPtrTy, /*ArraySize=*/nullptr, in createStackRestorePoints()
456 IRB.CreateStore(StaticTop, DynamicTop); in createStackRestorePoints()
463 Value *CurrentTop = DynamicTop ? IRB.CreateLoad(DynamicTop) : StaticTop; in createStackRestorePoints()
467 return DynamicTop; in createStackRestorePoints()
598 Function &F, Value *UnsafeStackPtr, AllocaInst *DynamicTop, in moveDynamicAllocasToUnsafeStack() argument
629 if (DynamicTop) in moveDynamicAllocasToUnsafeStack()
630 IRB.CreateStore(NewTop, DynamicTop); in moveDynamicAllocasToUnsafeStack()
739 AllocaInst *DynamicTop = createStackRestorePoints( in runOnFunction() local
[all …]