Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CountMap

216   llvm::DenseMap<const Stmt *, uint64_t> &CountMap;
226 ComputeRegionCounts(llvm::DenseMap<const Stmt *, uint64_t> &CountMap,
228 : PGO(PGO), RecordNextStmtCount(false), CountMap(CountMap) {}
232 CountMap[S] = CurrentCount;
253 CountMap[D->getBody()] = BodyCount;
265 CountMap[D->getBody()] = BodyCount;
272 CountMap[D->getBody()] = BodyCount;
279 CountMap[D->getBody()] = BodyCount;
309 CountMap[S] = BlockCount;
337 CountMap[S->getBody()] = CurrentCount;
348 CountMap[S->getCond()] = CondCount;
361 CountMap[S->getBody()] = BodyCount;
369 CountMap[S->getCond()] = CondCount;
386 CountMap[S->getBody()] = BodyCount;
395 CountMap[S->getInc()] = IncCount;
403 CountMap[S->getCond()] = CondCount;
422 CountMap[S->getBody()] = BodyCount;
430 CountMap[S->getInc()] = IncCount;
436 CountMap[S->getCond()] = CondCount;
449 CountMap[S->getBody()] = BodyCount;
483 CountMap[S] = CaseCount;
496 CountMap[S->getThen()] = ThenCount;
503 CountMap[S->getElse()] = ElseCount;
526 CountMap[S] = CatchCount;
538 CountMap[E->getTrueExpr()] = TrueCount;
543 CountMap[E->getFalseExpr()] = FalseCount;
557 CountMap[E->getRHS()] = RHSCount;
569 CountMap[E->getRHS()] = RHSCount;