Home
last modified time | relevance | path

Searched defs:BackedgeCount (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp339 uint64_t BackedgeCount = CurrentCount; in VisitWhileStmt() local
363 uint64_t BackedgeCount = CurrentCount; in VisitDoStmt() local
388 uint64_t BackedgeCount = CurrentCount; in VisitForStmt() local
424 uint64_t BackedgeCount = CurrentCount; in VisitCXXForRangeStmt() local
451 uint64_t BackedgeCount = CurrentCount; in VisitObjCForCollectionStmt() local
DCoverageMappingGen.cpp673 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitWhileStmt() local
696 Counter BackedgeCount = in VisitDoStmt() local
720 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitForStmt() local
752 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitCXXForRangeStmt() local
772 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitObjCForCollectionStmt() local
DCGStmt.cpp788 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount; in EmitDoStmt() local