Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp661 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitWhileStmt()
743 createProfileWeightsForLoop(S.getCond(), BackedgeCount)); in EmitDoStmt()
810 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitForStmt()
885 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitCXXForRangeStmt()
DCodeGenPGO.cpp831 llvm::MDNode *CodeGenFunction::createProfileWeightsForLoop(const Stmt *Cond, in createProfileWeightsForLoop() function in CodeGenFunction
DCodeGenFunction.h948 llvm::MDNode *createProfileWeightsForLoop(const Stmt *Cond,