Searched refs:feedback_for_function (Results 1 – 5 of 5) sorted by relevance
59 module()->type_feedback.feedback_for_function.find(func); in GetCallCount()60 if (maybe_feedback == module()->type_feedback.feedback_for_function.end()) { in GetCallCount()
406 std::map<uint32_t, FunctionTypeFeedback> feedback_for_function; member
128 auto feedback = feedbacks.feedback_for_function.find(func_index_); in StartFunction()129 if (feedback != feedbacks.feedback_for_function.end()) { in StartFunction()
1253 feedback_for_function_(module->type_feedback.feedback_for_function) { in TransitiveTypeFeedbackProcessor()1403 module->type_feedback.feedback_for_function[func_index].tierup_priority; in TriggerTierUp()1405 module->type_feedback.feedback_for_function[func_index].tierup_priority = in TriggerTierUp()
5934 decoder->module_->type_feedback.feedback_for_function[func_index_] in CallDirect()6175 decoder->module_->type_feedback.feedback_for_function[func_index_] in CallRef()