Lines Matching refs:ForEHVar
1322 llvm::Value *ForEHVar; member
1324 CallEndCatchForFinally(llvm::Value *ForEHVar, in CallEndCatchForFinally()
1326 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()
1334 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.endcatch"); in Emit()
1344 llvm::Value *ForEHVar; member
1349 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, in PerformFinally()
1352 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()
1359 ForEHVar, EndCatchFn); in Emit()
1377 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.shouldthrow"); in Emit()
1455 ForEHVar = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "finally.for-eh"); in enter()
1456 CGF.Builder.CreateFlagStore(false, ForEHVar); in enter()
1460 ForEHVar, endCatchFn, in enter()
1498 CGF.Builder.CreateFlagStore(true, ForEHVar); in exit()