Searched refs:HaveInsertPoint (Results 1 – 9 of 9) sorted by relevance
926 if (HaveInsertPoint()) in ExitCXXTryStmt()973 if (doImplicitRethrow && HaveInsertPoint()) { in ExitCXXTryStmt()983 if (HaveInsertPoint()) in ExitCXXTryStmt()1043 if (CGF.HaveInsertPoint()) { in Emit()1666 if (HaveInsertPoint()) in ExitSEHTryStmt()1681 if (HaveInsertPoint()) in ExitSEHTryStmt()1691 if (HaveInsertPoint()) in EmitSEHLeaveStmt()
54 if (!HaveInsertPoint()) { in EmitStmt()484 if (HaveInsertPoint()) in EmitGotoStmt()1101 if (HaveInsertPoint()) in EmitDeclStmt()1114 if (HaveInsertPoint()) in EmitBreakStmt()1126 if (HaveInsertPoint()) in EmitContinueStmt()
962 if (HaveInsertPoint() && shouldUseLifetimeMarkers(*this, D, size)) { in EmitAutoVarAlloca()1011 if (HaveInsertPoint()) in EmitAutoVarAlloca()1105 if (!HaveInsertPoint()) { in EmitAutoVarInit()1304 if (!HaveInsertPoint()) return; in EmitAutoVarCleanups()
497 assert(CGF.HaveInsertPoint() && "cleanup ended with no insertion point?"); in EmitCleanup()925 if (!HaveInsertPoint()) in EmitBranchThroughCleanup()
789 if (HaveInsertPoint() && CGM.getCodeGenOpts().ProfileInstrGenerate) { in EmitBlockWithFallThrough()1655 assert(HaveInsertPoint()); in protectFromPeepholes()
1422 bool HaveInsertPoint() const { in HaveInsertPoint() function1431 if (!HaveInsertPoint()) in EnsureInsertPoint()
3467 if (CGF.HaveInsertPoint()) { in Emit()3928 assert(CGF.HaveInsertPoint() && "DeclStmt destroyed insert point?"); in EmitTryOrSynchronizedStmt()3972 assert(CGF.HaveInsertPoint() && "DeclStmt destroyed insert point?"); in EmitTryOrSynchronizedStmt()4028 if (CGF.HaveInsertPoint()) in EmitTryOrSynchronizedStmt()4036 if (CGF.HaveInsertPoint()) { in EmitTryOrSynchronizedStmt()
932 assert(CGF.HaveInsertPoint() && "expression evaluation ended with no IP!"); in VisitAbstractConditionalOperator()
573 assert(CGF.HaveInsertPoint()); in enterBlockScope()