Searched refs:CondCount (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp486 uint64_t CondCount = local
488 CountMap[S->getCond()] = CondCount;
490 setCount(BC.BreakCount + CondCount - BodyCount);
508 uint64_t CondCount = setCount(BackedgeCount + BC.ContinueCount); local
509 CountMap[S->getCond()] = CondCount;
511 setCount(BC.BreakCount + CondCount - LoopCount);
540 uint64_t CondCount = local
543 CountMap[S->getCond()] = CondCount;
546 setCount(BC.BreakCount + CondCount - BodyCount);
576 uint64_t CondCount local
[all...]
H A DCoverageMappingGen.cpp963 Counter CondCount = local
965 propagateCounts(CondCount, S->getCond());
974 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount));
991 Counter CondCount = addCounters(BackedgeCount, BC.ContinueCount); local
992 propagateCounts(CondCount, S->getCond());
995 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount));
1027 Counter CondCount = addCounters( local
1031 propagateCounts(CondCount, Cond);
1042 subtractCounters(CondCount, BodyCount));
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp984 unsigned CondCount = 0; local
1026 unsigned CondStart = CondCount;
1030 CondCount += IAP->getCondCount();

Completed in 125 milliseconds