Searched refs:RHSExecCnt (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1487 Counter RHSExecCnt = getRegionCounter(E); in VisitBinLAnd() local 1496 createBranchRegion(E->getLHS(), RHSExecCnt, in VisitBinLAnd() 1497 subtractCounters(ParentCnt, RHSExecCnt)); in VisitBinLAnd() 1501 subtractCounters(RHSExecCnt, RHSTrueCnt)); in VisitBinLAnd() 1514 Counter RHSExecCnt = getRegionCounter(E); in VisitBinLOr() local 1523 createBranchRegion(E->getLHS(), subtractCounters(ParentCnt, RHSExecCnt), in VisitBinLOr() 1524 RHSExecCnt); in VisitBinLOr() 1527 createBranchRegion(E->getRHS(), subtractCounters(RHSExecCnt, RHSFalseCnt), in VisitBinLOr()
|