Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Cnt

398       RegionCounter Cnt(PGO, D->getBody());
399 Cnt.beginRegion();
411 RegionCounter Cnt(PGO, D->getBody());
412 Cnt.beginRegion();
419 RegionCounter Cnt(PGO, D->getBody());
420 Cnt.beginRegion();
427 RegionCounter Cnt(PGO, D->getBody());
428 Cnt.beginRegion();
450 RegionCounter Cnt(PGO, S);
451 Cnt.beginRegion();
475 RegionCounter Cnt(PGO, S);
479 Cnt.beginRegion();
482 Cnt.adjustForControlFlow();
489 Cnt.setCurrentRegionCount(Cnt.getParentCount() +
490 Cnt.getAdjustedCount() + BC.ContinueCount);
493 Cnt.adjustForControlFlow();
494 Cnt.applyAdjustmentsToRegion(BC.BreakCount + BC.ContinueCount);
501 RegionCounter Cnt(PGO, S);
503 Cnt.beginRegion(/*AddIncomingFallThrough=*/true);
506 Cnt.adjustForControlFlow();
514 Cnt.setCurrentRegionCount(Cnt.getParentCount() +
515 Cnt.getAdjustedCount() + BC.ContinueCount);
518 Cnt.adjustForControlFlow();
519 Cnt.applyAdjustmentsToRegion(BC.BreakCount + BC.ContinueCount);
528 RegionCounter Cnt(PGO, S);
532 Cnt.beginRegion();
535 Cnt.adjustForControlFlow();
540 Cnt.setCurrentRegionCount(PGO.getCurrentRegionCount() +
544 Cnt.adjustForControlFlow();
551 Cnt.setCurrentRegionCount(Cnt.getParentCount() +
552 Cnt.getAdjustedCount() +
556 Cnt.adjustForControlFlow();
558 Cnt.applyAdjustmentsToRegion(BC.BreakCount + BC.ContinueCount);
567 RegionCounter Cnt(PGO, S);
571 Cnt.beginRegion();
575 Cnt.adjustForControlFlow();
579 Cnt.setCurrentRegionCount(PGO.getCurrentRegionCount() +
583 Cnt.adjustForControlFlow();
588 Cnt.setCurrentRegionCount(Cnt.getParentCount() +
589 Cnt.getAdjustedCount() +
593 Cnt.adjustForControlFlow();
594 Cnt.applyAdjustmentsToRegion(BC.BreakCount + BC.ContinueCount);
602 RegionCounter Cnt(PGO, S);
604 Cnt.beginRegion();
608 Cnt.adjustForControlFlow();
609 Cnt.applyAdjustmentsToRegion(BC.BreakCount + BC.ContinueCount);
634 RegionCounter Cnt(PGO, S);
635 Cnt.beginRegion(/*AddIncomingFallThrough=*/true);
636 CountMap[S] = Cnt.getCount();
645 RegionCounter Cnt(PGO, S);
646 Cnt.beginRegion(/*AddIncomingFallThrough=*/true);
647 CountMap[S] = Cnt.getCount();
656 RegionCounter Cnt(PGO, S);
659 Cnt.beginRegion();
662 Cnt.adjustForControlFlow();
665 Cnt.beginElseRegion();
668 Cnt.adjustForControlFlow();
670 Cnt.applyAdjustmentsToRegion(0);
680 RegionCounter Cnt(PGO, S);
681 Cnt.beginRegion();
688 RegionCounter Cnt(PGO, S);
689 Cnt.beginRegion();
699 RegionCounter Cnt(PGO, E);
702 Cnt.beginRegion();
705 Cnt.adjustForControlFlow();
707 Cnt.beginElseRegion();
710 Cnt.adjustForControlFlow();
712 Cnt.applyAdjustmentsToRegion(0);
719 RegionCounter Cnt(PGO, E);
721 Cnt.beginRegion();
724 Cnt.adjustForControlFlow();
725 Cnt.applyAdjustmentsToRegion(0);
732 RegionCounter Cnt(PGO, E);
734 Cnt.beginRegion();
737 Cnt.adjustForControlFlow();
738 Cnt.applyAdjustmentsToRegion(0);
999 RegionCounter &Cnt) {
1002 uint64_t LoopCount = Cnt.getCount();