Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1469 Counter RHSExecCnt = getRegionCounter(E); in VisitBinLAnd() local
1478 createBranchRegion(E->getLHS(), RHSExecCnt, in VisitBinLAnd()
1479 subtractCounters(ParentCnt, RHSExecCnt)); in VisitBinLAnd()
1483 subtractCounters(RHSExecCnt, RHSTrueCnt)); in VisitBinLAnd()
1496 Counter RHSExecCnt = getRegionCounter(E); in VisitBinLOr() local
1505 createBranchRegion(E->getLHS(), subtractCounters(ParentCnt, RHSExecCnt), in VisitBinLOr()
1506 RHSExecCnt); in VisitBinLOr()
1509 createBranchRegion(E->getRHS(), subtractCounters(RHSExecCnt, RHSFalseCnt), in VisitBinLOr()