Lines Matching defs:IsHoistable
899 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint,
901 if (!IsHoistable) {
920 bool IsHoistable = checkHoistValue(Branch->getCondition(), InsertPoint,
922 if (!IsHoistable) {
1393 bool IsHoistable = checkHoistValue(BI->getCondition(), InsertPoint, DT,
1395 assert(IsHoistable && "Must be hoistable");
1396 (void)(IsHoistable); // Unused in release build
1405 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, DT,
1407 assert(IsHoistable && "Must be hoistable");
1408 (void)(IsHoistable); // Unused in release build