Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.h63 Optional<uint64_t> getStmtCount(const Stmt *S) { in getStmtCount() function
75 if (auto Count = getStmtCount(S)) in setCurrentStmt()
H A DCodeGenPGO.cpp1053 Optional<uint64_t> CondCount = PGO.getStmtCount(Cond); in createProfileWeightsForLoop()
H A DCodeGenFunction.h1342 Optional<uint64_t> Count = PGO.getStmtCount(S);