Searched refs:markStmtMaybeUsed (Results 1 – 8 of 8) sorted by relevance
130 void markStmtMaybeUsed(const Stmt *S) { in markStmtMaybeUsed() function
1533 void CodeGenFunction::markStmtMaybeUsed(const Stmt *S) { in markStmtMaybeUsed() function in CodeGenFunction1534 PGO->markStmtMaybeUsed(S); in markStmtMaybeUsed()
80 PGO->markStmtMaybeUsed(S); in EmitStmt()924 PGO->markStmtMaybeUsed(Skipped); in EmitIfStmt()2311 PGO->markStmtMaybeUsed(S.getBody()); in EmitSwitchStmt()
372 PGO->markStmtMaybeUsed(D.getInit()); // FIXME: Too lazy in AddInitializerToStaticVarDecl()1949 PGO->markStmtMaybeUsed(Init); in EmitAutoVarInit()2062 PGO->markStmtMaybeUsed(Init); in EmitAutoVarInit()
5258 CGF.markStmtMaybeUsed(E->getRHS()); in VisitBinLAnd()5271 CGF.markStmtMaybeUsed(E->getRHS()); in VisitBinLAnd()5401 CGF.markStmtMaybeUsed(E->getRHS()); in VisitBinLOr()5414 CGF.markStmtMaybeUsed(E->getRHS()); in VisitBinLOr()5540 CGF.markStmtMaybeUsed(dead); in VisitAbstractConditionalOperator()
1788 PGO->markStmtMaybeUsed(Cond); in ConstantFoldsToSimpleInteger()
1659 void markStmtMaybeUsed(const Stmt *S);
5404 CGF.markStmtMaybeUsed(Dead); in HandleConditionalOperatorLValueSimpleCase()