Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Cnt

388   RegionCounter Cnt = getPGORegionCounter(D->getStmt());
390 Cnt.beginRegion(Builder);
478 RegionCounter Cnt = getPGORegionCounter(&S);
497 Cnt.beginRegion(Builder);
514 EmitBranchOnBoolExpr(S.getCond(), ThenBlock, ElseBlock, Cnt.getCount());
518 Cnt.beginRegion(Builder);
631 RegionCounter Cnt = getPGORegionCounter(&S);
679 PGO.createLoopWeights(S.getCond(), Cnt));
695 Cnt.beginRegion(Builder);
723 RegionCounter Cnt = getPGORegionCounter(&S);
733 EmitBlockWithFallThrough(LoopBody, Cnt);
762 PGO.createLoopWeights(S.getCond(), Cnt));
793 RegionCounter Cnt = getPGORegionCounter(&S);
838 PGO.createLoopWeights(S.getCond(), Cnt));
853 Cnt.beginRegion(Builder);
899 RegionCounter Cnt = getPGORegionCounter(&S);
922 BoolCondVal, ForBody, ExitBlock, PGO.createLoopWeights(S.getCond(), Cnt));
933 Cnt.beginRegion(Builder);
1259 RegionCounter Cnt = getPGORegionCounter(&S);
1260 EmitBlockWithFallThrough(DefaultBlock, Cnt);