Searched refs:getStmtCount (Results 1 – 2 of 2) sorted by relevance
65 std::optional<uint64_t> getStmtCount(const Stmt *S) const { in getStmtCount() function77 if (auto Count = getStmtCount(S)) in setCurrentStmt()
1509 std::optional<uint64_t> CondCount = PGO->getStmtCount(Cond); in createProfileWeightsForLoop()1565 return PGO->getStmtCount(S).value_or(0); in getProfileCount()