Lines Matching defs:CondCount
720 uint64_t CondCount =
722 CountMap[S->getCond()] = CondCount;
724 setCount(BC.BreakCount + CondCount - BodyCount);
742 uint64_t CondCount = setCount(BackedgeCount + BC.ContinueCount);
743 CountMap[S->getCond()] = CondCount;
745 setCount(BC.BreakCount + CondCount - LoopCount);
774 uint64_t CondCount =
777 CountMap[S->getCond()] = CondCount;
780 setCount(BC.BreakCount + CondCount - BodyCount);
810 uint64_t CondCount =
812 CountMap[S->getCond()] = CondCount;
814 setCount(BC.BreakCount + CondCount - BodyCount);
1506 std::optional<uint64_t> CondCount = PGO.getStmtCount(Cond);
1507 if (!CondCount || *CondCount == 0)
1510 std::max(*CondCount, LoopCount) - LoopCount);