Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.h62 Optional<uint64_t> getStmtCount(const Stmt *S) const { in getStmtCount() function
74 if (auto Count = getStmtCount(S)) in setCurrentStmt()
H A DCodeGenPGO.cpp1109 Optional<uint64_t> CondCount = PGO.getStmtCount(Cond); in createProfileWeightsForLoop()
H A DCodeGenFunction.h1495 Optional<uint64_t> Count = PGO.getStmtCount(S);