Searched refs:getStmtCount (Results 1 – 3 of 3) sorted by relevance
63 std::optional<uint64_t> getStmtCount(const Stmt *S) const { in getStmtCount() function75 if (auto Count = getStmtCount(S)) in setCurrentStmt()
1120 std::optional<uint64_t> CondCount = PGO.getStmtCount(Cond); in createProfileWeightsForLoop()
1539 return PGO.getStmtCount(S).value_or(0);