Home
last modified time | relevance | path

Searched refs:getStmtCount (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.h65 std::optional<uint64_t> getStmtCount(const Stmt *S) const { in getStmtCount() function
77 if (auto Count = getStmtCount(S)) in setCurrentStmt()
H A DCodeGenPGO.cpp1495 std::optional<uint64_t> CondCount = PGO.getStmtCount(Cond); in createProfileWeightsForLoop()
H A DCodeGenFunction.h1686 return PGO.getStmtCount(S).value_or(0);