Lines Matching refs:getBody
728 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitWhileStmt()
742 EmitStmt(S.getBody()); in EmitWhileStmt()
781 EmitStmt(S.getBody()); in EmitDoStmt()
810 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount; in EmitDoStmt()
883 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitForStmt()
901 EmitStmt(S.getBody()); in EmitForStmt()
964 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitCXXForRangeStmt()
984 EmitStmt(S.getBody()); in EmitCXXForRangeStmt()
1548 return CollectStatementsForCase(S.getBody(), Case, FoundCase, in FindCaseStatementsForValue()
1646 EmitStmt(S.getBody()); in EmitSwitchStmt()
2320 CD->getBody()->getBeginLoc()); in GenerateCapturedStmtFunction()
2346 CapturedStmtInfo->EmitBody(*this, CD->getBody()); in GenerateCapturedStmtFunction()