Searched refs:CondCount (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 504 uint64_t CondCount = in VisitWhileStmt() local 506 CountMap[S->getCond()] = CondCount; in VisitWhileStmt() 508 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt() 526 uint64_t CondCount = setCount(BackedgeCount + BC.ContinueCount); in VisitDoStmt() local 527 CountMap[S->getCond()] = CondCount; in VisitDoStmt() 529 setCount(BC.BreakCount + CondCount - LoopCount); in VisitDoStmt() 558 uint64_t CondCount = in VisitForStmt() local 561 CountMap[S->getCond()] = CondCount; in VisitForStmt() 564 setCount(BC.BreakCount + CondCount - BodyCount); in VisitForStmt() 594 uint64_t CondCount = in VisitCXXForRangeStmt() local [all …]
|
H A D | CoverageMappingGen.cpp | 1089 Counter CondCount = in VisitWhileStmt() local 1091 propagateCounts(CondCount, S->getCond()); in VisitWhileStmt() 1100 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitWhileStmt() 1110 subtractCounters(CondCount, BodyCount)); in VisitWhileStmt() 1128 Counter CondCount = addCounters(BackedgeCount, BC.ContinueCount); in VisitDoStmt() local 1129 propagateCounts(CondCount, S->getCond()); in VisitDoStmt() 1132 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitDoStmt() 1140 subtractCounters(CondCount, BodyCount)); in VisitDoStmt() 1176 Counter CondCount = addCounters( in VisitForStmt() local 1180 propagateCounts(CondCount, Cond); in VisitForStmt() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 1053 unsigned CondCount = 0; in EmitPrintAliasInstruction() local 1095 unsigned CondStart = CondCount; in EmitPrintAliasInstruction() 1099 CondCount += IAP->getCondCount(); in EmitPrintAliasInstruction()
|