Home
last modified time | relevance | path

Searched refs:EmitStopPoint (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp36 void CodeGenFunction::EmitStopPoint(const Stmt *S) { in EmitStopPoint() function in CodeGenFunction
73 EmitStopPoint(S); in EmitStmt()
573 EmitStopPoint(&S); in EmitGotoStmt()
750 EmitStopPoint(&S); in EmitWhileStmt()
914 EmitStopPoint(&S); in EmitForStmt()
987 EmitStopPoint(&S); in EmitCXXForRangeStmt()
1109 EmitStopPoint(&S); in EmitDeclStmt()
1122 EmitStopPoint(&S); in EmitBreakStmt()
1134 EmitStopPoint(&S); in EmitContinueStmt()
H A DCGStmtOpenMP.cpp1669 CGF.EmitStopPoint(&S); in emitOMPLoopBodyWithStopPoint()
1748 CGF.EmitStopPoint(&S); in emitOMPSimdRegion()
2382 CGF.EmitStopPoint(&S); in EmitOMPWorksharingLoop()
4005 CGF.EmitStopPoint(CS); in EmitOMPAtomicDirective()
4956 CGF.EmitStopPoint(&S); in EmitOMPTaskLoopBasedDirective()
H A DCGException.cpp2103 EmitStopPoint(&S); in EmitSEHLeaveStmt()
H A DCodeGenFunction.h2827 void EmitStopPoint(const Stmt *S);