Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:StackBaseMem

2242   StackBaseMem = CGF.CreateTempAlloca(CGF.Int8PtrTy, "inalloca.spmem");
2243 CGF.Builder.CreateStore(StackBase, StackBaseMem);
2244 CGF.pushStackRestore(EHCleanup, StackBaseMem);
2253 // We could load StackBase from StackBaseMem, but in the non-exceptional