Lines Matching defs:CountMap
590 llvm::DenseMap<const Stmt *, uint64_t> &CountMap;
600 ComputeRegionCounts(llvm::DenseMap<const Stmt *, uint64_t> &CountMap,
602 : PGO(PGO), RecordNextStmtCount(false), CountMap(CountMap) {}
606 CountMap[S] = CurrentCount;
627 CountMap[D->getBody()] = BodyCount;
639 CountMap[D->getBody()] = BodyCount;
646 CountMap[D->getBody()] = BodyCount;
653 CountMap[D->getBody()] = BodyCount;
683 CountMap[S] = BlockCount;
711 CountMap[S->getBody()] = CurrentCount;
722 CountMap[S->getCond()] = CondCount;
735 CountMap[S->getBody()] = BodyCount;
743 CountMap[S->getCond()] = CondCount;
760 CountMap[S->getBody()] = BodyCount;
769 CountMap[S->getInc()] = IncCount;
777 CountMap[S->getCond()] = CondCount;
798 CountMap[S->getBody()] = BodyCount;
806 CountMap[S->getInc()] = IncCount;
812 CountMap[S->getCond()] = CondCount;
825 CountMap[S->getBody()] = BodyCount;
861 CountMap[S] = CaseCount;
884 CountMap[S->getThen()] = ThenCount;
891 CountMap[S->getElse()] = ElseCount;
914 CountMap[S] = CatchCount;
926 CountMap[E->getTrueExpr()] = TrueCount;
931 CountMap[E->getFalseExpr()] = FalseCount;
945 CountMap[E->getRHS()] = RHSCount;
957 CountMap[E->getRHS()] = RHSCount;