Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp843 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitWhileStmt()
940 createProfileWeightsForLoop(S.getCond(), BackedgeCount)); in EmitDoStmt()
1023 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitForStmt()
1108 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitCXXForRangeStmt()
DCodeGenPGO.cpp1105 CodeGenFunction::createProfileWeightsForLoop(const Stmt *Cond, in createProfileWeightsForLoop() function in CodeGenFunction
DCodeGenFunction.h1480 llvm::MDNode *createProfileWeightsForLoop(const Stmt *Cond,