Home
last modified time | relevance | path

Searched refs:HaveInsertPoint (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
DCGException.cpp926 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()
DCGStmt.cpp54 if (!HaveInsertPoint()) { in EmitStmt()
484 if (HaveInsertPoint()) in EmitGotoStmt()
1101 if (HaveInsertPoint()) in EmitDeclStmt()
1114 if (HaveInsertPoint()) in EmitBreakStmt()
1126 if (HaveInsertPoint()) in EmitContinueStmt()
DCGDecl.cpp962 if (HaveInsertPoint() && shouldUseLifetimeMarkers(*this, D, size)) { in EmitAutoVarAlloca()
1011 if (HaveInsertPoint()) in EmitAutoVarAlloca()
1105 if (!HaveInsertPoint()) { in EmitAutoVarInit()
1304 if (!HaveInsertPoint()) return; in EmitAutoVarCleanups()
DCGCleanup.cpp497 assert(CGF.HaveInsertPoint() && "cleanup ended with no insertion point?"); in EmitCleanup()
925 if (!HaveInsertPoint()) in EmitBranchThroughCleanup()
DCodeGenFunction.cpp789 if (HaveInsertPoint() && CGM.getCodeGenOpts().ProfileInstrGenerate) { in EmitBlockWithFallThrough()
1655 assert(HaveInsertPoint()); in protectFromPeepholes()
DCodeGenFunction.h1422 bool HaveInsertPoint() const { in HaveInsertPoint() function
1431 if (!HaveInsertPoint()) in EnsureInsertPoint()
DCGObjCMac.cpp3467 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()
DCGExprAgg.cpp932 assert(CGF.HaveInsertPoint() && "expression evaluation ended with no IP!"); in VisitAbstractConditionalOperator()
DCGBlocks.cpp573 assert(CGF.HaveInsertPoint()); in enterBlockScope()