Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp708 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitWhileStmt()
791 createProfileWeightsForLoop(S.getCond(), BackedgeCount)); in EmitDoStmt()
860 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitForStmt()
938 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitCXXForRangeStmt()
DCodeGenPGO.cpp884 llvm::MDNode *CodeGenFunction::createProfileWeightsForLoop(const Stmt *Cond, in createProfileWeightsForLoop() function in CodeGenFunction
DCodeGenFunction.h973 llvm::MDNode *createProfileWeightsForLoop(const Stmt *Cond,