Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp1226 if (HaveInsertPoint()) in ExitCXXTryStmt()
1273 if (doImplicitRethrow && HaveInsertPoint()) { in ExitCXXTryStmt()
1283 if (HaveInsertPoint()) in ExitCXXTryStmt()
1343 if (CGF.HaveInsertPoint()) { in Emit()
H A DCGStmt.cpp54 if (!HaveInsertPoint()) { in EmitStmt()
485 if (HaveInsertPoint()) in EmitGotoStmt()
1096 if (HaveInsertPoint()) in EmitDeclStmt()
1109 if (HaveInsertPoint()) in EmitBreakStmt()
1121 if (HaveInsertPoint()) in EmitContinueStmt()
H A DCGDecl.cpp955 if (HaveInsertPoint() && shouldUseLifetimeMarkers(*this, D, size)) { in EmitAutoVarAlloca()
1004 if (HaveInsertPoint()) in EmitAutoVarAlloca()
1098 if (!HaveInsertPoint()) { in EmitAutoVarInit()
1297 if (!HaveInsertPoint()) return; in EmitAutoVarCleanups()
H A DCGCleanup.cpp489 assert(CGF.HaveInsertPoint() && "cleanup ended with no insertion point?"); in EmitCleanup()
918 if (!HaveInsertPoint()) in EmitBranchThroughCleanup()
H A DCodeGenFunction.cpp771 if (HaveInsertPoint() && CGM.getCodeGenOpts().ProfileInstrGenerate) { in EmitBlockWithFallThrough()
1639 assert(HaveInsertPoint()); in protectFromPeepholes()
H A DCodeGenFunction.h1433 bool HaveInsertPoint() const { in HaveInsertPoint() function
1442 if (!HaveInsertPoint()) in EnsureInsertPoint()
H A DCGObjCMac.cpp3470 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()
H A DCGExprAgg.cpp925 assert(CGF.HaveInsertPoint() && "expression evaluation ended with no IP!"); in VisitAbstractConditionalOperator()
H A DCGBlocks.cpp573 assert(CGF.HaveInsertPoint()); in enterBlockScope()