Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h193 static bool createProfileWeightsForLoop() { return false; } in createProfileWeightsForLoop() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp598 assert(!cir::MissingFeatures::createProfileWeightsForLoop()); in emitCXXForRangeStmt()
666 assert(!cir::MissingFeatures::createProfileWeightsForLoop()); in emitForStmt()
734 assert(!cir::MissingFeatures::createProfileWeightsForLoop()); in emitDoStmt()
785 assert(!cir::MissingFeatures::createProfileWeightsForLoop()); in emitWhileStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1133 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitWhileStmt()
1259 createProfileWeightsForLoop(S.getCond(), BackedgeCount)); in EmitDoStmt()
1366 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitForStmt()
1485 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitCXXForRangeStmt()
H A DCodeGenPGO.cpp1505 CodeGenFunction::createProfileWeightsForLoop(const Stmt *Cond, in createProfileWeightsForLoop() function in CodeGenFunction
H A DCodeGenFunction.h1653 llvm::MDNode *createProfileWeightsForLoop(const Stmt *Cond,