Searched refs:createLoopWeights (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.h | 94 llvm::MDNode *createLoopWeights(const Stmt *Cond, RegionCounter &Cnt);
|
| H A D | CGStmt.cpp | 730 PGO.createLoopWeights(S.getCond(), Cnt)); in EmitWhileStmt() 814 PGO.createLoopWeights(S.getCond(), Cnt)); in EmitDoStmt() 886 PGO.createLoopWeights(S.getCond(), Cnt)); in EmitForStmt() 965 BoolCondVal, ForBody, ExitBlock, PGO.createLoopWeights(S.getCond(), Cnt)); in EmitCXXForRangeStmt()
|
| H A D | CGStmtOpenMP.cpp | 323 PGO.createLoopWeights(S.getCond(SeparateIter), Cnt)); in EmitOMPInnerLoop()
|
| H A D | CodeGenPGO.cpp | 878 llvm::MDNode *CodeGenPGO::createLoopWeights(const Stmt *Cond, in createLoopWeights() function in CodeGenPGO
|