Searched refs:getCurrentProfileCount (Results 1 – 5 of 5) sorted by relevance
879 uint64_t CurrentCount = getCurrentProfileCount(); in EmitBlockWithFallThrough()881 setCurrentProfileCount(getCurrentProfileCount() + CurrentCount); in EmitBlockWithFallThrough()1197 getCurrentProfileCount() - getProfileCount(CondBOp->getRHS()); in EmitBranchOnBoolExpr()1224 uint64_t FalseCount = getCurrentProfileCount() - TrueCount; in EmitBranchOnBoolExpr()1248 getProfileCount(CondOp) / (double)getCurrentProfileCount(); in EmitBranchOnBoolExpr()1299 uint64_t CurrentCount = std::max(getCurrentProfileCount(), TrueCount); in EmitBranchOnBoolExpr()
703 uint64_t ParentCount = getCurrentProfileCount(); in EmitDoStmt()
974 uint64_t getCurrentProfileCount() { in getCurrentProfileCount() function
1554 uint64_t EntryCount = getCurrentProfileCount(); in EmitObjCForCollectionStmt()
3162 CGF.getCurrentProfileCount() - in VisitBinLOr()