Home
last modified time | relevance | path

Searched refs:setCurrentProfileCount (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp932 setCurrentProfileCount(getCurrentProfileCount() + CurrentCount); in EmitBlockWithFallThrough()
1231 setCurrentProfileCount(getProfileCount(CondBOp->getRHS())); in EmitBranchOnBoolExpr()
1280 setCurrentProfileCount(getProfileCount(CondBOp->getRHS())); in EmitBranchOnBoolExpr()
DCodeGenFunction.h993 void setCurrentProfileCount(uint64_t Count) { in setCurrentProfileCount() function
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp1210 setCurrentProfileCount(getCurrentProfileCount() + CurrentCount); in EmitBlockWithFallThrough()
1560 setCurrentProfileCount(getProfileCount(CondBOp->getRHS())); in EmitBranchOnBoolExpr()
1614 setCurrentProfileCount(getProfileCount(CondBOp->getRHS())); in EmitBranchOnBoolExpr()
DCodeGenFunction.h1459 void setCurrentProfileCount(uint64_t Count) {