reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExpr.cpp
 4234   EmitBranchOnBoolExpr(condExpr, lhsBlock, rhsBlock, getProfileCount(expr));
tools/clang/lib/CodeGen/CGExprAgg.cpp
 1214                            CGF.getProfileCount(E));
tools/clang/lib/CodeGen/CGExprComplex.cpp
 1026                            CGF.getProfileCount(E));
tools/clang/lib/CodeGen/CGExprScalar.cpp
 4007                            CGF.getProfileCount(E->getRHS()));
 4092                                CGF.getProfileCount(E->getRHS()));
 4256                            CGF.getProfileCount(lhsExpr));
tools/clang/lib/CodeGen/CGObjC.cpp
 1724       createProfileWeights(EntryCount, getProfileCount(S.getBody())));
 1870       createProfileWeights(getProfileCount(S.getBody()), EntryCount));
tools/clang/lib/CodeGen/CGStmt.cpp
  676                        getProfileCount(S.getThen()));
  760         createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
  842     uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount;
  915         createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
  996       createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
 1195     uint64_t Total = getProfileCount(&S);
 1234     uint64_t ThisCount = getProfileCount(&S);
 1283         SwitchWeights->push_back(getProfileCount(&S));
 1299     SwitchWeights->push_back(getProfileCount(&S));
 1321       SwitchWeights->push_back(getProfileCount(NextCase));
 1655         DefaultCount = getProfileCount(Case);
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1368                          getProfileCount(D.getBody()));
 1416   EmitBranchOnBoolExpr(LoopCond, LoopBody, ExitBlock, getProfileCount(&S));
 1800                 CGF.getProfileCount(&S));
 2348                   getProfileCount(&S));
 3408                   getProfileCount(&S));
 5015                   CGF.getProfileCount(&S));
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1401       uint64_t RHSCount = getProfileCount(CondBOp->getRHS());
 1411       setCurrentProfileCount(getProfileCount(CondBOp->getRHS()));
 1449           getCurrentProfileCount() - getProfileCount(CondBOp->getRHS());
 1460       setCurrentProfileCount(getProfileCount(CondBOp->getRHS()));
 1490                          getProfileCount(CondOp));
 1500           getProfileCount(CondOp) / (double)getCurrentProfileCount();