Lines Matching refs:ForEHVar
1316 llvm::Value *ForEHVar; member
1318 CallEndCatchForFinally(llvm::Value *ForEHVar, in CallEndCatchForFinally()
1320 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()
1328 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.endcatch"); in Emit()
1338 llvm::Value *ForEHVar; member
1343 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, in PerformFinally()
1346 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()
1353 ForEHVar, EndCatchFn); in Emit()
1371 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.shouldthrow"); in Emit()
1449 ForEHVar = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "finally.for-eh"); in enter()
1450 CGF.Builder.CreateFlagStore(false, ForEHVar); in enter()
1454 ForEHVar, endCatchFn, in enter()
1492 CGF.Builder.CreateFlagStore(true, ForEHVar); in exit()