Searched refs:createProfileWeightsForLoop (Results 1 – 5 of 5) sorted by relevance
193 static bool createProfileWeightsForLoop() { return false; } in createProfileWeightsForLoop() function
598 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()
1133 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()
1505 CodeGenFunction::createProfileWeightsForLoop(const Stmt *Cond, in createProfileWeightsForLoop() function in CodeGenFunction
1653 llvm::MDNode *createProfileWeightsForLoop(const Stmt *Cond,