Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp915 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitWhileStmt()
1012 createProfileWeightsForLoop(S.getCond(), BackedgeCount)); in EmitDoStmt()
1095 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitForStmt()
1180 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitCXXForRangeStmt()
H A DCodeGenPGO.cpp1116 CodeGenFunction::createProfileWeightsForLoop(const Stmt *Cond, in createProfileWeightsForLoop() function in CodeGenFunction
H A DCodeGenFunction.h1523 llvm::MDNode *createProfileWeightsForLoop(const Stmt *Cond,