Searched refs:getCurrentProfileCount (Results 1 – 6 of 6) sorted by relevance
1400 uint64_t CurrentCount = getCurrentProfileCount(); in EmitBlockWithFallThrough()1402 setCurrentProfileCount(getCurrentProfileCount() + CurrentCount); in EmitBlockWithFallThrough()1988 getCurrentProfileCount() - getProfileCount(CondBOp->getRHS()); in EmitBranchOnBoolExpr()2026 uint64_t FalseCount = getCurrentProfileCount() - TrueCount; in EmitBranchOnBoolExpr()2054 getProfileCount(CondOp) / (double)getCurrentProfileCount(); in EmitBranchOnBoolExpr()2133 uint64_t CurrentCount = std::max(getCurrentProfileCount(), TrueCount); in EmitBranchOnBoolExpr()
950 if (!ThenCount && !getCurrentProfileCount() && in EmitIfStmt()1207 uint64_t ParentCount = getCurrentProfileCount(); in EmitDoStmt()
1575 uint64_t CodeGenFunction::getCurrentProfileCount() { in getCurrentProfileCount() function in CodeGenFunction
1898 uint64_t EntryCount = getCurrentProfileCount(); in EmitObjCForCollectionStmt()
1698 uint64_t getCurrentProfileCount();
5432 CGF.getCurrentProfileCount() - in VisitBinLOr()