Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp940 Counter getRegionCounter(const Stmt *S) { in getRegionCounter() function
1485 Counter BodyCounter = getRegionCounter(Body); in VisitDecl()
1537 Counter LabelCount = getRegionCounter(S); in VisitLabelStmt()
1578 ? getRegionCounter(S->getBody()) in VisitWhileStmt()
1579 : getRegionCounter(S); in VisitWhileStmt()
1593 ? getRegionCounter(S->getCond()) in VisitWhileStmt()
1605 ? getRegionCounter(S) in VisitWhileStmt()
1627 ? getRegionCounter(S->getBody()) in VisitDoStmt()
1628 : getRegionCounter(S); in VisitDoStmt()
1646 ? getRegionCounter(S->getCond()) in VisitDoStmt()
[all …]