Searched refs:BECounts (Results 1 – 1 of 1) sorted by relevance
14021 auto &BECounts = in forgetBackedgeTakenCounts() local14023 auto It = BECounts.find(L); in forgetBackedgeTakenCounts()14024 if (It != BECounts.end()) { in forgetBackedgeTakenCounts()14034 BECounts.erase(It); in forgetBackedgeTakenCounts()14375 auto &BECounts = in verify() local14377 for (const auto &LoopAndBEInfo : BECounts) { in verify()