Searched refs:getProfileCount (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp580 getProfileCount(S.getThen()));
661 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
740 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount;
810 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
885 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
1070 uint64_t Total = getProfileCount(&S);
1109 uint64_t ThisCount = getProfileCount(&S);
1158 SwitchWeights->push_back(getProfileCount(&S));
1174 SwitchWeights->push_back(getProfileCount(&S));
1196 SwitchWeights->push_back(getProfileCount(NextCas
[all...]
H A DCodeGenFunction.cpp1149 uint64_t RHSCount = getProfileCount(CondBOp->getRHS());
1159 setCurrentProfileCount(getProfileCount(CondBOp->getRHS()));
1197 getCurrentProfileCount() - getProfileCount(CondBOp->getRHS());
1208 setCurrentProfileCount(getProfileCount(CondBOp->getRHS()));
1238 getProfileCount(CondOp));
1248 getProfileCount(CondOp) / (double)getCurrentProfileCount();
H A DCGExprComplex.cpp963 CGF.getProfileCount(E));
H A DCGStmtOpenMP.cpp949 EmitBranchOnBoolExpr(LoopCond, LoopBody, ExitBlock, getProfileCount(&S));
1201 CGF.getProfileCount(&S));
1492 getProfileCount(&S));
H A DCGExprScalar.cpp3084 CGF.getProfileCount(E->getRHS()));
3163 CGF.getProfileCount(E->getRHS()));
3325 CGF.getProfileCount(lhsExpr));
H A DCGExprAgg.cpp933 CGF.getProfileCount(E));
H A DCGObjC.cpp1558 createProfileWeights(EntryCount, getProfileCount(S.getBody())));
1704 createProfileWeights(getProfileCount(S.getBody()), EntryCount));
H A DCodeGenFunction.h960 uint64_t getProfileCount(const Stmt *S) { function in class:clang::CodeGen::CodeGenFunction
H A DCGExpr.cpp3303 EmitBranchOnBoolExpr(condExpr, lhsBlock, rhsBlock, getProfileCount(expr));

Completed in 172 milliseconds