Searched defs:getStmtCount (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenPGO.h69 Optional<uint64_t> getStmtCount(const Stmt *S) { function in class:clang::CodeGen::CodeGenPGO
81 if (auto Count = getStmtCount(S))

Completed in 95 milliseconds