Searched refs:HaveInsertPoint (Results 1 – 9 of 9) sorted by relevance
1226 if (HaveInsertPoint()) in ExitCXXTryStmt()1273 if (doImplicitRethrow && HaveInsertPoint()) { in ExitCXXTryStmt()1283 if (HaveInsertPoint()) in ExitCXXTryStmt()1343 if (CGF.HaveInsertPoint()) { in Emit()
54 if (!HaveInsertPoint()) { in EmitStmt()485 if (HaveInsertPoint()) in EmitGotoStmt()1096 if (HaveInsertPoint()) in EmitDeclStmt()1109 if (HaveInsertPoint()) in EmitBreakStmt()1121 if (HaveInsertPoint()) in EmitContinueStmt()
955 if (HaveInsertPoint() && shouldUseLifetimeMarkers(*this, D, size)) { in EmitAutoVarAlloca()1004 if (HaveInsertPoint()) in EmitAutoVarAlloca()1098 if (!HaveInsertPoint()) { in EmitAutoVarInit()1297 if (!HaveInsertPoint()) return; in EmitAutoVarCleanups()
489 assert(CGF.HaveInsertPoint() && "cleanup ended with no insertion point?"); in EmitCleanup()918 if (!HaveInsertPoint()) in EmitBranchThroughCleanup()
771 if (HaveInsertPoint() && CGM.getCodeGenOpts().ProfileInstrGenerate) { in EmitBlockWithFallThrough()1639 assert(HaveInsertPoint()); in protectFromPeepholes()
1433 bool HaveInsertPoint() const { in HaveInsertPoint() function1442 if (!HaveInsertPoint()) in EnsureInsertPoint()
3470 if (CGF.HaveInsertPoint()) { in Emit()3930 assert(CGF.HaveInsertPoint() && "DeclStmt destroyed insert point?"); in EmitTryOrSynchronizedStmt()3974 assert(CGF.HaveInsertPoint() && "DeclStmt destroyed insert point?"); in EmitTryOrSynchronizedStmt()4030 if (CGF.HaveInsertPoint()) in EmitTryOrSynchronizedStmt()4038 if (CGF.HaveInsertPoint()) { in EmitTryOrSynchronizedStmt()
925 assert(CGF.HaveInsertPoint() && "expression evaluation ended with no IP!"); in VisitAbstractConditionalOperator()
573 assert(CGF.HaveInsertPoint()); in enterBlockScope()