Lines Matching defs:MinBWs
1310 VPlan &Plan, const MapVector<Instruction *, uint64_t> &MinBWs) {
1312 // Count the processed recipes and cross check the count later with MinBWs
1313 // size, to make sure all entries in MinBWs have been handled.
1333 unsigned NewResSizeInBits = MinBWs.lookup(UI);
1347 // VPWidenSelectRecipe, but in MinBWs, make sure it is counted as
1348 // processed as well. When MinBWs is currently constructed, there is no
1351 // them them here ensures we do not miss any recipes in MinBWs.
1357 if (UV && MinBWs.contains(UV) && !ProcessedTruncs.contains(Op) &&
1429 bool IsContained = MinBWs.contains(OpInst);
1438 assert(MinBWs.size() == NumProcessedRecipes &&
1439 "some entries in MinBWs haven't been processed");