Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Stack

399     llvm::Value *Stack;
400 CallStackRestore(llvm::Value *Stack) : Stack(Stack) {}
402 llvm::Value *V = CGF.Builder.CreateLoad(Stack);
773 /// These turn into simple stack objects, or GlobalValues depending on target.
884 // Save the stack.
885 llvm::Value *Stack = CreateTempAlloca(Int8PtrTy, "saved_stack");
890 Builder.CreateStore(V, Stack);
894 // Push a cleanup block and restore the stack there.
896 EHStack.pushCleanup<CallStackRestore>(NormalCleanup, Stack);
1154 // original stack object, not the possibly forwarded object.
1525 // Allocate a stack slot to let debug info survive the RA.