Lines Matching defs:CondCount
721 uint64_t CondCount =
723 CountMap[S->getCond()] = CondCount;
725 setCount(BC.BreakCount + CondCount - BodyCount);
743 uint64_t CondCount = setCount(BackedgeCount + BC.ContinueCount);
744 CountMap[S->getCond()] = CondCount;
746 setCount(BC.BreakCount + CondCount - LoopCount);
775 uint64_t CondCount =
778 CountMap[S->getCond()] = CondCount;
781 setCount(BC.BreakCount + CondCount - BodyCount);
811 uint64_t CondCount =
813 CountMap[S->getCond()] = CondCount;
815 setCount(BC.BreakCount + CondCount - BodyCount);
1495 std::optional<uint64_t> CondCount = PGO.getStmtCount(Cond);
1496 if (!CondCount || *CondCount == 0)
1499 std::max(*CondCount, LoopCount) - LoopCount);