Home
last modified time | relevance | path

Searched refs:getCurrentProfileCount (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1400 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()
H A DCGStmt.cpp950 if (!ThenCount && !getCurrentProfileCount() && in EmitIfStmt()
1207 uint64_t ParentCount = getCurrentProfileCount(); in EmitDoStmt()
H A DCodeGenPGO.cpp1575 uint64_t CodeGenFunction::getCurrentProfileCount() { in getCurrentProfileCount() function in CodeGenFunction
H A DCGObjC.cpp1898 uint64_t EntryCount = getCurrentProfileCount(); in EmitObjCForCollectionStmt()
H A DCodeGenFunction.h1698 uint64_t getCurrentProfileCount();
H A DCGExprScalar.cpp5432 CGF.getCurrentProfileCount() - in VisitBinLOr()