Lines Matching refs:ForEHVar
1344 llvm::Value *ForEHVar; member
1346 CallEndCatchForFinally(llvm::Value *ForEHVar, in CallEndCatchForFinally()
1348 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()
1356 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.endcatch"); in Emit()
1366 llvm::Value *ForEHVar; member
1371 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, in PerformFinally()
1374 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()
1381 ForEHVar, EndCatchFn); in Emit()
1399 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.shouldthrow"); in Emit()
1477 ForEHVar = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "finally.for-eh"); in enter()
1478 CGF.Builder.CreateFlagStore(false, ForEHVar); in enter()
1482 ForEHVar, endCatchFn, in enter()
1520 CGF.Builder.CreateFlagStore(true, ForEHVar); in exit()