Home
last modified time | relevance | path

Searched refs:createLoopWeights (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.h94 llvm::MDNode *createLoopWeights(const Stmt *Cond, RegionCounter &Cnt);
H A DCGStmt.cpp730 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 DCGStmtOpenMP.cpp323 PGO.createLoopWeights(S.getCond(SeparateIter), Cnt)); in EmitOMPInnerLoop()
H A DCodeGenPGO.cpp878 llvm::MDNode *CodeGenPGO::createLoopWeights(const Stmt *Cond, in createLoopWeights() function in CodeGenPGO