Searched refs:checkVOPD (Results 1 – 2 of 2) sorted by relevance
157 const auto checkVOPD = [&](bool VOPD3) -> bool { in run() local175 if (checkVOPD(false) || (HasVOPD3 && checkVOPD(true))) { in run()
197 const auto checkVOPD = [&](bool VOPD3) -> bool { in shouldScheduleVOPDAdjacent() local214 return checkVOPD(false) || (ST.hasVOPD3() && checkVOPD(true)); in shouldScheduleVOPDAdjacent()