Searched refs:hasUF (Results 1 – 3 of 3) sorted by relevance
3406 bool hasUF(unsigned UF) const { return UFs.empty() || UFs.contains(UF); } in hasUF() function3409 assert(hasUF(UF) && "Cannot set the UF not already in plan"); in setUF()
676 assert(Plan.hasUF(BestUF) && "BestUF is not available in Plan"); in optimizeForVFAndUF()
7280 assert(BestVPlan.hasUF(BestUF) && in executePlan()