Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.h65 Optional<uint64_t> getStmtCount(const Stmt *S) { in getStmtCount() function
77 if (auto Count = getStmtCount(S)) in setCurrentStmt()
DCodeGenPGO.cpp835 Optional<uint64_t> CondCount = PGO.getStmtCount(Cond); in createProfileWeightsForLoop()
DCodeGenFunction.h961 Optional<uint64_t> Count = PGO.getStmtCount(S); in getProfileCount()