Lines Matching defs:Stack
415 llvm::Value *Stack;
416 CallStackRestore(llvm::Value *Stack) : Stack(Stack) {}
418 llvm::Value *V = CGF.Builder.CreateLoad(Stack);
821 /// These turn into simple stack objects, or GlobalValues depending on target.
938 // Save the stack.
939 llvm::Value *Stack = CreateTempAlloca(Int8PtrTy, "saved_stack");
944 Builder.CreateStore(V, Stack);
948 // Push a cleanup block and restore the stack there.
950 pushStackRestore(NormalCleanup, Stack);
1207 // original stack object, not the possibly forwarded object.
1626 // Allocate a stack slot to let the debug info survive the RA.