Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp879 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()
DCGStmt.cpp703 uint64_t ParentCount = getCurrentProfileCount(); in EmitDoStmt()
DCodeGenFunction.h974 uint64_t getCurrentProfileCount() { in getCurrentProfileCount() function
DCGObjC.cpp1554 uint64_t EntryCount = getCurrentProfileCount(); in EmitObjCForCollectionStmt()
DCGExprScalar.cpp3162 CGF.getCurrentProfileCount() - in VisitBinLOr()