Searched refs:BECounts (Results 1 – 1 of 1) sorted by relevance
13871 auto &BECounts = in forgetBackedgeTakenCounts() local13873 auto It = BECounts.find(L); in forgetBackedgeTakenCounts()13874 if (It != BECounts.end()) { in forgetBackedgeTakenCounts()13884 BECounts.erase(It); in forgetBackedgeTakenCounts()14225 auto &BECounts = in verify() local14227 for (const auto &LoopAndBEInfo : BECounts) { in verify()