Lines Matching defs:CountMap
591 llvm::DenseMap<const Stmt *, uint64_t> &CountMap;
601 ComputeRegionCounts(llvm::DenseMap<const Stmt *, uint64_t> &CountMap,
603 : PGO(PGO), RecordNextStmtCount(false), CountMap(CountMap) {}
607 CountMap[S] = CurrentCount;
628 CountMap[D->getBody()] = BodyCount;
640 CountMap[D->getBody()] = BodyCount;
647 CountMap[D->getBody()] = BodyCount;
654 CountMap[D->getBody()] = BodyCount;
684 CountMap[S] = BlockCount;
712 CountMap[S->getBody()] = CurrentCount;
723 CountMap[S->getCond()] = CondCount;
736 CountMap[S->getBody()] = BodyCount;
744 CountMap[S->getCond()] = CondCount;
761 CountMap[S->getBody()] = BodyCount;
770 CountMap[S->getInc()] = IncCount;
778 CountMap[S->getCond()] = CondCount;
799 CountMap[S->getBody()] = BodyCount;
807 CountMap[S->getInc()] = IncCount;
813 CountMap[S->getCond()] = CondCount;
826 CountMap[S->getBody()] = BodyCount;
862 CountMap[S] = CaseCount;
885 CountMap[S->getThen()] = ThenCount;
892 CountMap[S->getElse()] = ElseCount;
915 CountMap[S] = CatchCount;
927 CountMap[E->getTrueExpr()] = TrueCount;
932 CountMap[E->getFalseExpr()] = FalseCount;
946 CountMap[E->getRHS()] = RHSCount;
958 CountMap[E->getRHS()] = RHSCount;