Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp728 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitWhileStmt()
813 createProfileWeightsForLoop(S.getCond(), BackedgeCount)); in EmitDoStmt()
883 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitForStmt()
964 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitCXXForRangeStmt()
H A DCodeGenPGO.cpp1049 llvm::MDNode *CodeGenFunction::createProfileWeightsForLoop(const Stmt *Cond, in createProfileWeightsForLoop() function in CodeGenFunction
H A DCodeGenFunction.h1328 llvm::MDNode *createProfileWeightsForLoop(const Stmt *Cond,