Searched refs:HaveInsertPoint (Results 1 – 9 of 9) sorted by relevance
52 if (!HaveInsertPoint()) { in EmitStmt()398 if (HaveInsertPoint()) in EmitGotoStmt()866 if (HaveInsertPoint()) in EmitDeclStmt()880 if (HaveInsertPoint()) in EmitBreakStmt()893 if (HaveInsertPoint()) in EmitContinueStmt()
1265 if (HaveInsertPoint()) in ExitCXXTryStmt()1308 if (doImplicitRethrow && HaveInsertPoint()) { in ExitCXXTryStmt()1318 if (HaveInsertPoint()) in ExitCXXTryStmt()1376 if (CGF.HaveInsertPoint()) { in Emit()
918 if (HaveInsertPoint() && shouldUseLifetimeMarkers(*this, D, size)) { in EmitAutoVarAlloca()967 if (HaveInsertPoint()) in EmitAutoVarAlloca()1063 if (!HaveInsertPoint()) { in EmitAutoVarInit()1264 if (!HaveInsertPoint()) return; in EmitAutoVarCleanups()
488 assert(CGF.HaveInsertPoint() && "cleanup ended with no insertion point?"); in EmitCleanup()918 if (!HaveInsertPoint()) in EmitBranchThroughCleanup()
1315 bool HaveInsertPoint() const { in HaveInsertPoint() function1324 if (!HaveInsertPoint()) in EnsureInsertPoint()
3532 if (CGF.HaveInsertPoint()) { in Emit()3992 assert(CGF.HaveInsertPoint() && "DeclStmt destroyed insert point?"); in EmitTryOrSynchronizedStmt()4036 assert(CGF.HaveInsertPoint() && "DeclStmt destroyed insert point?"); in EmitTryOrSynchronizedStmt()4092 if (CGF.HaveInsertPoint()) in EmitTryOrSynchronizedStmt()4100 if (CGF.HaveInsertPoint()) { in EmitTryOrSynchronizedStmt()
1401 assert(HaveInsertPoint()); in protectFromPeepholes()
905 assert(CGF.HaveInsertPoint() && "expression evaluation ended with no IP!"); in VisitAbstractConditionalOperator()
559 assert(CGF.HaveInsertPoint()); in enterBlockScope()