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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 1336   llvm::MDNode *createProfileWeightsForLoop(const Stmt *Cond,

References

tools/clang/lib/CodeGen/CGStmt.cpp
  760         createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
  845         createProfileWeightsForLoop(S.getCond(), BackedgeCount));
  915         createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
  996       createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));