Lines Matching refs:ForEHVar
1345 llvm::Value *ForEHVar; member
1347 CallEndCatchForFinally(llvm::Value *ForEHVar, in CallEndCatchForFinally()
1349 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()
1357 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.endcatch"); in Emit()
1367 llvm::Value *ForEHVar; member
1372 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, in PerformFinally()
1375 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()
1382 ForEHVar, EndCatchFn); in Emit()
1400 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.shouldthrow"); in Emit()
1478 ForEHVar = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "finally.for-eh"); in enter()
1479 CGF.Builder.CreateFlagStore(false, ForEHVar); in enter()
1483 ForEHVar, endCatchFn, in enter()
1521 CGF.Builder.CreateFlagStore(true, ForEHVar); in exit()