Searched refs:createProfileWeightsForLoop (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp661 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
743 createProfileWeightsForLoop(S.getCond(), BackedgeCount));
810 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
885 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
H A DCodeGenPGO.cpp821 llvm::MDNode *CodeGenFunction::createProfileWeightsForLoop(const Stmt *Cond, function in class:CodeGenFunction
H A DCodeGenFunction.h948 llvm::MDNode *createProfileWeightsForLoop(const Stmt *Cond,

Completed in 160 milliseconds